Failure
class Failure(val descriptor: ConnectionDescriptor, val state: Any, val message: String?) : SASManager.Result
A Result indicating that the connection could not be created.
Parameters
state
an object indicating the state or cause of the failure.
Content copied to clipboard
message
an optional message describing the failure
Content copied to clipboard