Auto-generated from the Seam Android SDK Kotlin sources. Do not edit by hand — see mintlify-codegen/android-reference/.
Overview
SeamCredential.errors list.
Cases
Loading
The credential is still loading. This error is usually thrown when trying to unlock
with a credential that was not fully loaded.
Expired
The credential has expired. This error is usually thrown when trying to unlock
with a credential that has expired.
UserInteractionRequired
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.
| Parameter | Description |
|---|---|
interaction | the required user interaction |