RPCNotFoundError

@Serializable
class RPCNotFoundError(val call: ServiceCallIdentifier) : Throwable, RPCError

Constructors

Link copied to clipboard
fun RPCNotFoundError(call: ServiceCallIdentifier)

Types

Link copied to clipboard
object Companion

Properties

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