Class Error.Request

  • Enclosing class:
    Error

    public static class Error.Request
    extends java.lang.Object
    Request error codes. The possible errors which can occur in the REQUEST domain. Positive error values correspond to HTTP status codes.
    • Constructor Summary

      Constructors 
      Constructor Description
      Request()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • UNKNOWN

        public static int UNKNOWN
      • TIMED_OUT

        public static int TIMED_OUT
      • REQUEST_FAILED

        public static int REQUEST_FAILED
    • Constructor Detail

      • Request

        public Request()