toggle menu
ksrpc
0.9.2
common
switch theme
search in API
ksrpc-api
/
com.monkopedia.ksrpc
/
RpcFailure
Rpc
Failure
@
Serializable
data
class
RpcFailure
(
val
stack
:
String
)
Serializable wrapper around exceptions thrown in remote calls.
Members
Constructors
Rpc
Failure
Link copied to clipboard
constructor
(
stack
:
String
)
Properties
stack
Link copied to clipboard
val
stack
:
String
Functions
to
Exception
Link copied to clipboard
fun
toException
(
)
:
RuntimeException