Auto-generated from the Seam Android SDK Kotlin sources. Do not edit by hand — see codegen/android-reference/.
Overview
SeamCredential.errors list.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A credential error is an error that is related to a credential.
Auto-generated from the Seam Android SDK Kotlin sources. Do not edit by hand — see codegen/android-reference/.
sealed class SeamCredentialError : SeamError()
SeamCredential.errors list.
Loadingclass Loading : SeamCredentialError()
Expiredclass Expired : SeamCredentialError()
UserInteractionRequireddata class UserInteractionRequired(
| Parameter | Description |
|---|---|
interaction | the required user interaction |
Unknownclass Unknown : SeamCredentialError()
Was this page helpful?