Package com.stytch.sdk.common.errors
Class StytchFailedToCreateCodeChallengeError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class StytchFailedToCreateCodeChallengeError extends StytchSDKError
Thrown when we couldn't create a code challenge on device
-
-
Constructor Summary
Constructors Constructor Description StytchFailedToCreateCodeChallengeError(Throwable exception)
-
Method Summary
Modifier and Type Method Description ThrowablegetException()the Throwable that caused this error to occur -
-
Constructor Detail
-
StytchFailedToCreateCodeChallengeError
StytchFailedToCreateCodeChallengeError(Throwable exception)
-
-
Method Detail
-
getException
Throwable getException()
the Throwable that caused this error to occur
-
-
-
-