SiwxUnsupportedNamespaceError
Defined in: errors.ts:111
Signals a CAIP-2 namespace that is not supported (anything other than eip155 and solana), or not supported
by the verifier that received the message. Code: SIWX_UNSUPPORTED_NAMESPACE.
The chain verifiers and verifySiwxPayload raise it internally and report it through their result.
Extends
Constructors
Constructor
new SiwxUnsupportedNamespaceError(
namespace):SiwxUnsupportedNamespaceError
Defined in: errors.ts:115
Parameters
namespace
string
The namespace extracted from the message chainId.
Returns
SiwxUnsupportedNamespaceError
Overrides
Properties
code
readonlycode:string='SIWX_ERROR'
Defined in: errors.ts:18
Machine-readable error code, for example SIWX_PARSE_ERROR. Each subclass passes its own code;
SIWX_ERROR is used only by the base class.
Inherited from
namespace
readonlynamespace:string
Defined in: errors.ts:115
The namespace extracted from the message chainId.