Skip to main content

Overview

Errors thrown by Seam for initialization, usage, and credential-precondition failures.

Enumeration Cases

SeamError.alreadyInitialized

SDK is already initialized; call deactivate(deintegrate:) before reinitializing.

SeamError.credentialErrors(_:)

One or more credential-specific errors occurred.
Parameters

SeamError.deactivationInProgress

A deactivation operation is already in progress.

SeamError.initializationRequired

SDK has not been initialized; call initialize(clientSessionToken:) first.

SeamError.integrationNotFound

No credential matching the specified credential was found. This usually indicates that the provider integration wasn’t included when installing the Seam SDK via your package manager.

SeamError.internetConnectionRequired

Network connection is required to perform this operation.

SeamError.invalidClientSessionToken

Provided client session token is malformed or invalid.

SeamError.invalidCredentialId

No credential matching the specified identifier was found.