Package com.stytch.sdk.common.errors
See: Description
-
Class Summary Class Description StytchAPIError An error class representing a non-schema error that occurs in the Stytch API StytchAPISchemaError An error class representing a schema error that occurs in the Stytch API StytchAPIUnreachableError An error that occurs when the Stytch SDK cannot reach the API. StytchError A base error class for all errors returned by the Stytch SDK StytchSDKError A base class representing SDK specific errors or exceptions that may occur. StytchSDKNotConfiguredError Thrown when you try to use the SDK before it has been configured StytchInternalError Thrown when all else fails. StytchMissingPKCEError Thrown when we couldn't find a code verifier on device StytchFailedToCreateCodeChallengeError Thrown when we couldn't create a code challenge on device StytchDeeplinkUnkownTokenTypeError Thrown when we were passed an unknown deeplink token type StytchDeeplinkMissingTokenError Thrown when we attempted to handle a deeplink, but no token was found StytchNoCurrentSessionError Thrown when there is no current session persisted on device StytchNoBiometricsRegistrationError Thrown when there are no biometric registrations present on the device StytchKeystoreUnavailableError Thrown when the keystore is unavailable, but the developer did not pass allowFallbackToCleartext=true StytchMissingPublicKeyError Thrown when we are unable to retrieve a biometric key StytchChallengeSigningFailed Thrown when a challenge signing (biometrics, passkeys) has failed StytchMissingAuthorizationCredentialIdTokenError Thrown when the Google OneTap authorization credential was missing an id_token StytchInvalidAuthorizationCredentialError Thrown when the Google OneTap client or nonce is missing StytchPasskeysNotSupportedError Thrown when you attempt to perform a passkey flow on a device that does not support passkeys StytchFailedToDecryptDataError Thrown when there was an error decrypting data from persistent storage StytchBiometricAuthenticationFailed Thrown when biometric authentication has failed, providing a reason if available StytchSSOError Thrown when we encounter an SSO error UnexpectedCredentialType Thrown when we receive an unexpected token type from Sign In With Google StytchUIError A base class representing SDK specific errors or exceptions that may occur. StytchUIActivityFailed Thrown when the UI Activity failed StytchUIInvalidConfiguration Thrown when your Stytch UI configuration is invalid -
Enum Summary Enum Description StytchAPIErrorType -
Interface Summary Interface Description StytchDeeplinkError A type of error that can occur during deeplink handling -
Object Summary Object Description NoBrowserFound NoURIFound UserCanceled NoActivityProvided UnknownOAuthOrSSOError BiometricsAlreadyEnrolledError StytchUINoDataFromIntent Thrown when there was an error parsing the activity intent