public enum TherLinkBusinessConnectorExceptionValues extends Enum<TherLinkBusinessConnectorExceptionValues>
TherLinkBusinessConnectorException
Enum Constant and Description |
---|
ERROR_CREATEPROOF
Error while creating proof :
|
ERROR_PROOF_VALIDATION
Error while validating signing proof : {0}
|
HCP_NOT_VALID
HcParty not valid : {0}
|
MALFORMED_XML
Malformed XML
|
MAXROWS_INCORRECT
MaxRows should be smaller than {0}
|
OBJECTBUILDER_INSTANCIATION_ERROR
Object builder could not be instanciated : {0}
|
PROPERTY_UNKNOWN
Property not defined : {0}
|
REQUIRED_FIELD_NULL
A required field is missing : {1}
|
SETTINGS_NOT_FOUND
Could not find the settings file : {0}
|
VALIDATION_ERROR
Could not validate incoming message: {0}
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getMessage() |
static TherLinkBusinessConnectorExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TherLinkBusinessConnectorExceptionValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TherLinkBusinessConnectorExceptionValues MALFORMED_XML
public static final TherLinkBusinessConnectorExceptionValues VALIDATION_ERROR
public static final TherLinkBusinessConnectorExceptionValues PROPERTY_UNKNOWN
public static final TherLinkBusinessConnectorExceptionValues OBJECTBUILDER_INSTANCIATION_ERROR
public static final TherLinkBusinessConnectorExceptionValues REQUIRED_FIELD_NULL
public static final TherLinkBusinessConnectorExceptionValues SETTINGS_NOT_FOUND
public static final TherLinkBusinessConnectorExceptionValues HCP_NOT_VALID
public static final TherLinkBusinessConnectorExceptionValues MAXROWS_INCORRECT
public static final TherLinkBusinessConnectorExceptionValues ERROR_CREATEPROOF
public static final TherLinkBusinessConnectorExceptionValues ERROR_PROOF_VALIDATION
public static TherLinkBusinessConnectorExceptionValues[] values()
for (TherLinkBusinessConnectorExceptionValues c : TherLinkBusinessConnectorExceptionValues.values()) System.out.println(c);
public static TherLinkBusinessConnectorExceptionValues 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 TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.