Variable rpcProtocolErrorsConst

rpcProtocolErrors: {
    -32000: typeof ErrorRPCHandlerFailed;
    -32001: typeof ErrorRPCStopping;
    -32003: typeof ErrorRPCMessageLength;
    -32004: typeof ErrorRPCMissingResponse;
    -32005: typeof ErrorRPCOutputStreamError;
    -32006: typeof ErrorRPCRemote;
    -32007: typeof ErrorRPCStreamEnded;
    -32008: typeof ErrorRPCTimedOut;
    -32010: typeof ErrorRPCConnectionLocal;
    -32011: typeof ErrorRPCConnectionPeer;
    -32012: typeof ErrorRPCConnectionKeepAliveTimeOut;
    -32013: typeof ErrorRPCConnectionInternal;
    -32014: typeof ErrorMissingHeader;
    -32015: typeof ErrorRPCHandlerFailed;
    -32016: typeof ErrorMissingCaller;
    -32602: typeof ErrorRPCInvalidParams;
    -32700: typeof ErrorRPCParse;
} = ...

Type declaration

Generated using TypeDoc