Package com.stytch.sdk.common.errors
Class StytchSDKError
-
- All Implemented Interfaces:
-
java.io.Serializable
public class StytchSDKError extends StytchError
A base class representing SDK specific errors or exceptions that may occur. This class should not be used directly, rather we should be creating implementations for each of the known/expected errors we return.
-
-
Method Summary
Modifier and Type Method Description ThrowablegetException()an optional Throwable that caused this error to occur -
-
Method Detail
-
getException
Throwable getException()
an optional Throwable that caused this error to occur
-
-
-
-