-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum WebserviceErrorCausePossible causes of webservice failure
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PARSING_ERRORWhen the server response was not readable
SERVER_ERRORWhen the response is 500
NETWORK_TIMEOUTOn network timeout
SSL_HANDSHAKE_FAILUREOn SSL error
OTHEROther cause of failure
-
Method Summary
Modifier and Type Method Description static Array<WebserviceErrorCause>values()static WebserviceErrorCausevalueOf(String name)-
-
Method Detail
-
values
static Array<WebserviceErrorCause> values()
-
valueOf
static WebserviceErrorCause valueOf(String name)
-
-
-
-