SeamCredentialError

A credential error is an error that is related to a credential. When a credential error occurs, it means that the credential is not valid or has some issues. It can be thrown when trying to unlock with a credential, or they can come in the SeamCredential.errors list.

Inheritors

Types

Link copied to clipboard

The credential has expired. This error is usually thrown when trying to unlock with a credential that has expired.

Link copied to clipboard

The credential is still loading. This error is usually thrown when trying to unlock with a credential that was not fully loaded.

Link copied to clipboard

An unknown credential error occurred.

Link copied to clipboard

The credential requires user interaction to be unlocked. This error is usually thrown when trying to unlock a credential that requires user interaction, such as completing an OTP authorization or enabling Bluetooth.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard