-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum MessagingError
-
-
Field Summary
Fields Modifier and Type Field Description public final intcode
-
Enum Constant Summary
Enum Constants Enum Constant Description CLIENT_NETWORKTemporary network error, which may be the client's fault: DNS failure, Timeout, etc...
INVALID_RESPONSEUnprocessable response (for example: a server served an image that could not be decoded)
SERVER_FAILUREA server failure: bad SSL configuration, non 2xx HTTP status code
UNKNOWNUnknown error cause
-
Method Summary
Modifier and Type Method Description static Array<MessagingError>values()static MessagingErrorvalueOf(String name)-
-
Method Detail
-
values
static Array<MessagingError> values()
-
valueOf
static MessagingError valueOf(String name)
-
-
-
-