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

# BlockchainAddressError

> Swift Enumeration

**Enumeration**

```swift theme={null}
enum BlockchainAddressError
```

## Enumeration Cases

### BlockchainAddressError.chainNotSupported(\_:)

```swift theme={null}
case chainNotSupported(String)
```

### BlockchainAddressError.invalidAptosAddress(\_:)

```swift theme={null}
case invalidAptosAddress(String)
```

### BlockchainAddressError.invalidCardanoAddress(\_:)

```swift theme={null}
case invalidCardanoAddress(String)
```

### BlockchainAddressError.invalidEVMAddress(\_:)

```swift theme={null}
case invalidEVMAddress(String)
```

### BlockchainAddressError.invalidSolanaAddress(\_:)

```swift theme={null}
case invalidSolanaAddress(String)
```

### BlockchainAddressError.invalidStellarAddress(\_:)

```swift theme={null}
case invalidStellarAddress(String)
```

### BlockchainAddressError.invalidSuiAddress(\_:)

```swift theme={null}
case invalidSuiAddress(String)
```
