> ## 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.

# CrossmintErrorCode

> Flutter Enum

**Enum**

Typed error codes for programmatic exception handling.

```dart theme={null}
enum CrossmintErrorCode
```

Consumer code can `switch` on `CrossmintException.code` instead of parsing
string messages.  Codes are grouped by domain so related errors share a
common prefix (e.g. `signer*`, `wallet*`, `auth*`).
