Package 

Enum MessagingError

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum MessagingError
    
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final int code
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CLIENT_NETWORK

      Temporary network error, which may be the client's fault: DNS failure, Timeout, etc...

      INVALID_RESPONSE

      Unprocessable response (for example: a server served an image that could not be decoded)

      SERVER_FAILURE

      A server failure: bad SSL configuration, non 2xx HTTP status code

      UNKNOWN

      Unknown error cause

    • Method Summary

      Modifier and Type Method Description
      static Array<MessagingError> values()
      static MessagingError valueOf(String name)
      • Methods inherited from class java.lang.Object

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