Class Base class for every exception the Crossmint SDK throws.Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
code (CrossmintErrorCode) so consumer code
can switch on error categories instead of string-matching on message.
The optional cause preserves the original error / payload that
triggered this exception — useful for logging and programmatic handling.
Constructors
CrossmintException
CrossmintException. Prefer throwing a subclass scoped to the failure domain (auth / wallet / signer / …).
Properties
message
code
switch/case handling.

