Class: RpcTimeoutError
Defined in: Extensions/ExtensionApiErrors.ts:95
Reverse-RPC handler exceeded its timeout.
Extends
Constructors
Constructor
new RpcTimeoutError(
message,data?):RpcTimeoutError
Defined in: Extensions/ExtensionApiErrors.ts:96
Parameters
message
string
data?
unknown
Returns
RpcTimeoutError
Overrides
Properties
code
readonlycode:"PermissionDeniedError"|"NetworkHostNotAllowedError"|"ResponseTooLargeError"|"QuotaExceededError"|"ApiExportNotFoundError"|"ProviderNotRegisteredError"|"RpcProtocolError"|"RpcTimeoutError"|"RpcCancelledError"|"ExtensionNotActiveError"|"SettingRequiredError"|"IncompatibleApiVersionError"|"MethodRemovedError"
Defined in: Extensions/ExtensionApiErrors.ts:28
Inherited from
data?
readonlyoptionaldata?:unknown
Defined in: Extensions/ExtensionApiErrors.ts:30
Optional structured detail attached to the error.