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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getMessage() a string explaining what went wrong
      final Throwable getException() an optional Throwable that caused this error to occur
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait