FailureEvent

data class FailureEvent(throwable: Throwable, response: Any?) : SocketEvent

Called when the Transport receives an error

Constructors

Link copied to clipboard
fun FailureEvent(throwable: Throwable, response: Any?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val response: Any?
Link copied to clipboard
val throwable: Throwable