Enums
CheckoutError
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 CheckoutError
| Case | Description |
|---|---|
invalidConfiguration(_:) | - |
legacyAPIKey | - |
malformedAPIKey | - |
missingAPIKey | - |
notImplemented(_:) | - |
serverAPIKey | - |
| Property | Type | Description |
|---|---|---|
errorDescription | String? | Inherited from LocalizedError.errorDescription. |
Was this page helpful?
