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.
message
an optional message describing the failure

Constructors

Link copied to clipboard
constructor(descriptor: ConnectionDescriptor, state: Any, message: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Any