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