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

# AuthManagerError

> Swift Enumeration

**Enumeration**

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

## Enumeration Cases

### AuthManagerError.serviceError(\_:)

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

### AuthManagerError.unknown(\_:)

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

## Instance Properties

### errorMessage

```swift theme={null}
var errorMessage: String { get }
```
