internetConnectionRequired | Network connection is required to perform this operation. |
initializationRequired | The SDK has not been initialized. Call Seam.initialize(clientSessionToken:) first. |
invalidClientSessionToken | The provided client session token is malformed or invalid. |
deactivationInProgress | A deactivation operation is already in progress. |
alreadyInitialized | The SDK is already initialized. Call deactivate(deintegrate:) before reinitializing. |
invalidCredentialId | No credential matching the specified identifier was found. |
integrationNotFound | No integration was found for the specified credential. This usually means the provider integration package was not included when installing the SDK. |
credentialErrors([SeamCredentialError]) | One or more credential-specific errors occurred. The associated value is an array of SeamCredentialError values. |