Class: RpcProtocolError
Defined in: Extensions/ExtensionApiErrors.ts:88
Malformed RPC envelope.
Extends
Constructors
Constructor
new RpcProtocolError(
message,data?):RpcProtocolError
Defined in: Extensions/ExtensionApiErrors.ts:89
Parameters
message
string
data?
unknown
Returns
RpcProtocolError
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.