RPCNotFoundError

class RPCNotFoundError(call: ServiceCallIdentifier) : BaseRPCError

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

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