RpcFailure

@Serializable
data class RpcFailure(val stack: String)

Serializable wrapper around exceptions thrown in remote calls.

The concrete toException builder lives in ksrpc-core, where the RpcException/KsrpcException hierarchy is declared.

Constructors

Link copied to clipboard
constructor(stack: String)

Properties

Link copied to clipboard