Skip to main content

Overview

enum SeamCredentialError
Credential-specific errors returned by the Seam SDK when a credential can’t be used.

Enumeration Cases

SeamCredentialError.awaitingLocalCredential

The system is waiting for a local credential to become available.
case awaitingLocalCredential

SeamCredentialError.contactSeamSupport

Configuration error requiring developer attention.
case contactSeamSupport

SeamCredentialError.expired

The credential has expired and is no longer valid.
case expired

SeamCredentialError.unknown

An unclassified or unexpected credential error occurred.
case unknown

SeamCredentialError.unsupportedDevice

The current device is not supported.
case unsupportedDevice

SeamCredentialError.userInteractionRequired(_:)

User interaction is required to resolve the credential issue.
case userInteractionRequired(RequiredUserInteraction)
Parameters
ParameterDescription
userInteractionRequiredSpecifies the action the user must take to resolve the error.

Enumerations

SeamCredentialError.RequiredUserInteraction

Detailed actions that users must take to resolve a credential issue.
enum RequiredUserInteraction