Enums
AuthManagerError
Swift Enumeration
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Enumeration
enum AuthManagerError
| Case | Description |
|---|---|
invalidEmail | - |
invalidInput(_:) | - |
noPendingOTP | - |
serviceError(_:) | - |
unknown(_:) | - |
| Property | Type | Description |
|---|---|---|
code | String | Inherited from CrossmintError.code. |
message | String | Inherited from CrossmintError.message. |
recoverySuggestion | String? | Inherited from CrossmintError.recoverySuggestion. |
Was this page helpful?
