public enum GenInsBusinessConnectorExceptionValues extends Enum<GenInsBusinessConnectorExceptionValues>
Enum Constant and Description |
---|
ERROR_RESPONSE_XML |
ERROR_XML_GENINSVALIDATOR
XML is not correct: {0}
|
ERROR_XML_KMEHRVALIDATOR
XML is not correct: {0}
|
ERROR_XML_UNDEFINED_XSD_FOR_XML_CLASS_VALIDATOR
XML is not correct: {0}
|
INPUT_PARAM_NULL
Input parameter null : {0}
|
INVALID_ATTRIBUTES_LENGTH
Invalid attributes array length : {0}
|
MALFORMED_URL
Invalid url to {0} file
|
OBJECTBUILDER_INSTANCIATION_ERROR
Object builder could not be instanciated : {0}
|
SETTINGS_NOT_FOUND
Could not find the settings file : {0}
|
TARGET_SERVICE_ERROR
TargetService error description: {0}
|
TIMESTAMP_NOT_CORRECT |
UNKNOWN_ERROR
Unknown error
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getMessage() |
static GenInsBusinessConnectorExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenInsBusinessConnectorExceptionValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenInsBusinessConnectorExceptionValues TARGET_SERVICE_ERROR
public static final GenInsBusinessConnectorExceptionValues SETTINGS_NOT_FOUND
public static final GenInsBusinessConnectorExceptionValues OBJECTBUILDER_INSTANCIATION_ERROR
public static final GenInsBusinessConnectorExceptionValues MALFORMED_URL
public static final GenInsBusinessConnectorExceptionValues ERROR_XML_KMEHRVALIDATOR
public static final GenInsBusinessConnectorExceptionValues ERROR_XML_GENINSVALIDATOR
public static final GenInsBusinessConnectorExceptionValues ERROR_XML_UNDEFINED_XSD_FOR_XML_CLASS_VALIDATOR
public static final GenInsBusinessConnectorExceptionValues INVALID_ATTRIBUTES_LENGTH
public static final GenInsBusinessConnectorExceptionValues UNKNOWN_ERROR
public static final GenInsBusinessConnectorExceptionValues INPUT_PARAM_NULL
public static final GenInsBusinessConnectorExceptionValues ERROR_RESPONSE_XML
public static final GenInsBusinessConnectorExceptionValues TIMESTAMP_NOT_CORRECT
public static GenInsBusinessConnectorExceptionValues[] values()
for (GenInsBusinessConnectorExceptionValues c : GenInsBusinessConnectorExceptionValues.values()) System.out.println(c);
public static GenInsBusinessConnectorExceptionValues 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 nullpublic String getErrorCode()
public String getMessage()
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.