RPCNotFoundError

class RPCNotFoundError(call: ServiceCallIdentifier) : Throwable, RPCError

Types

Companion
Link copied to clipboard
common
object Companion

Properties

call
Link copied to clipboard
common
val call: ServiceCallIdentifier
cause
Link copied to clipboard
common
open val cause: Throwable?
debugMessage
Link copied to clipboard
common
open override val debugMessage: String
message
Link copied to clipboard
common
open val message: String?
statusCode
Link copied to clipboard
common
open override val statusCode: RPCError.StatusCode