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

# EmailSignerError

> Swift Enumeration

**Enumeration**

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

## Enumeration Cases

### EmailSignerError.generic(\_:)

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

### EmailSignerError.nonAvailable

```swift theme={null}
case nonAvailable
```

### EmailSignerError.teeNotStarted

```swift theme={null}
case teeNotStarted
```
