Skip to content

RpcErrorCode

const RpcErrorCode: object

Defined in: packages/hoppity/src/broker/rpc.ts:31

readonly CANCELLED: "RPC_CANCELLED" = "RPC_CANCELLED"

readonly HANDLER_ERROR: "RPC_HANDLER_ERROR" = "RPC_HANDLER_ERROR"

readonly NO_RESPONDER: "RPC_NO_RESPONDER" = "RPC_NO_RESPONDER"

readonly TIMEOUT: "RPC_TIMEOUT" = "RPC_TIMEOUT"