Package com.stytch.sdk.common.errors
Class StytchError
-
- All Implemented Interfaces:
-
java.io.Serializable
public class StytchError extends Exception
A base error class for all errors returned by the Stytch SDK
-
-
Method Summary
Modifier and Type Method Description StringgetMessage()a string explaining what went wrong -
-
Method Detail
-
getMessage
String getMessage()
a string explaining what went wrong
-
-
-
-