Package com.stytch.sdk.common.errors
Class StytchAPIUnreachableError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class StytchAPIUnreachableError extends StytchError
An error that occurs when the Stytch SDK cannot reach the API. This may mean that there is a network error, or an error occurred while creating the request
-
-
Constructor Summary
Constructors Constructor Description StytchAPIUnreachableError(String message, Throwable exception)
-
Method Summary
Modifier and Type Method Description StringgetMessage()a string explaining what went wrong final ThrowablegetException()an optional Throwable that caused this error to occur -
-
Method Detail
-
getMessage
String getMessage()
a string explaining what went wrong
-
getException
final Throwable getException()
an optional Throwable that caused this error to occur
-
-
-
-