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

# LinkedUserError

> Swift Enumeration

**Enumeration**

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

## Enumeration Cases

### LinkedUserError.invalidLocator(\_:)

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

### LinkedUserError.unknownType(\_:)

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

## Instance Properties

### errorDescription

Inherited from `LocalizedError.errorDescription`.

```swift theme={null}
var errorDescription: String? { get }
```
