public enum ErrorType extends Enum<ErrorType>
| Enum Constant and Description |
|---|
AUTHENTICATION_FAILED |
CONNECTION_CLOSED |
COUND_NOT_CONNECT |
GATEWAY_INTERNAL_ERROR |
MALFORMED_REQUEST |
NOT_ATTEMPTED |
OTHER |
UNRESOLVABLE_URI |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorType NOT_ATTEMPTED
public static final ErrorType COUND_NOT_CONNECT
public static final ErrorType CONNECTION_CLOSED
public static final ErrorType MALFORMED_REQUEST
public static final ErrorType GATEWAY_INTERNAL_ERROR
public static final ErrorType AUTHENTICATION_FAILED
public static final ErrorType UNRESOLVABLE_URI
public static final ErrorType OTHER
public static ErrorType[] values()
for (ErrorType c : ErrorType.values()) System.out.println(c);
public static ErrorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Generated(value="lombok") public String getCode()
Copyright © 2017 Open eHealth Foundation. All rights reserved.