kotlin-phoenix
1.0.4
common
kotlinphoenix-client
/
io.github.ajacquierbret.kotlinphoenix.client
/
SocketEvent
/
FailureEvent
Failure
Event
common
data
class
FailureEvent
(
throwable
:
Throwable
,
response
:
Any
?
)
:
SocketEvent
Content copied to clipboard
Called when the Transport receives an error
Constructors
Properties
Constructors
Failure
Event
Link copied to clipboard
common
fun
FailureEvent
(
throwable
:
Throwable
,
response
:
Any
?
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
common
open
val
message
:
String
?
Content copied to clipboard
response
Link copied to clipboard
common
val
response
:
Any
?
Content copied to clipboard
throwable
Link copied to clipboard
common
val
throwable
:
Throwable
Content copied to clipboard