Package com.stytch.sdk.common.errors
Class StytchMissingPublicKeyError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class StytchMissingPublicKeyError extends StytchSDKError
Thrown when we are unable to retrieve a biometric key
-
-
Constructor Summary
Constructors Constructor Description StytchMissingPublicKeyError(Throwable exception)
-
Method Summary
Modifier and Type Method Description ThrowablegetException()an optional Throwable that caused this error to occur -
-
Constructor Detail
-
StytchMissingPublicKeyError
StytchMissingPublicKeyError(Throwable exception)
-
-
Method Detail
-
getException
Throwable getException()
an optional Throwable that caused this error to occur
-
-
-
-