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

# SecureStorageError

> Swift Enumeration

**Enumeration**

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

## Enumeration Cases

### SecureStorageError.decryptionFailed

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

### SecureStorageError.encryptionFailed(\_:)

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

### SecureStorageError.storageUnavailable

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

### SecureStorageError.unknown

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