Package com.stytch.sdk.common.errors
Class StytchChallengeSigningFailed
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class StytchChallengeSigningFailed extends StytchSDKError
Thrown when a challenge signing (biometrics, passkeys) has failed
-
-
Constructor Summary
Constructors Constructor Description StytchChallengeSigningFailed(Throwable exception)
-
Method Summary
Modifier and Type Method Description ThrowablegetException()an optional Throwable that caused this error to occur -
-
Constructor Detail
-
StytchChallengeSigningFailed
StytchChallengeSigningFailed(Throwable exception)
-
-
Method Detail
-
getException
Throwable getException()
an optional Throwable that caused this error to occur
-
-
-
-