public final class FailureAttributeKeys extends Object
The attribute keys are used to help interpret the failure message.
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCOUNT
The attribute for specifying the account associated with the error.
|
static String |
BROKER
The attribute for specifying the broker associated with the error.
|
static String |
CCP
The attribute for specifying the CCP associated with the error.
|
static String |
EXCEPTION_MESSAGE
The attribute for specifying the message from a runtime exception.
|
static String |
FILE_ID
The attribute for specifying file id.
|
static String |
FILE_NAME
The attribute for specifying the name of the file that caused the error.
|
static String |
FILE_SUMMARY
The attribute for specifying the file summary of the file that caused the error.
|
static String |
FORMAT
The attribute for specifying the format associated with the error.
|
static String |
LEGAL_ENTITY_ID
The attribute for specifying the LEI associated with the error.
|
static String |
LINE_NUMBER
The attribute for specifying the line number in which the error occurred.
|
static String |
OPTIONS
The attribute for the options that were valid.
|
static String |
PARAM
The attribute for the name of the parameter.
|
static String |
PRODUCT_TYPE
The attribute for specifying the product type associated with the error.
|
static String |
ROOT_CAUSE
The attribute for specifying the root cause of the error.
|
static String |
SHORT_MESSAGE
The attribute for specifying the short message.
|
static String |
TEMPLATE_LOCATION
The attribute for decoding the message to extract the template locations.
|
static String |
TYPE
The attribute for the type that caused the failure.
|
static String |
VALUE
The attribute for the value that caused the failure.
|
public static final String FILE_ID
public static final String FILE_NAME
public static final String FILE_SUMMARY
public static final String FORMAT
public static final String LINE_NUMBER
public static final String VALUE
public static final String PARAM
public static final String TYPE
public static final String OPTIONS
public static final String EXCEPTION_MESSAGE
public static final String TEMPLATE_LOCATION
public static final String LEGAL_ENTITY_ID
public static final String ACCOUNT
public static final String BROKER
public static final String CCP
public static final String PRODUCT_TYPE
public static final String ROOT_CAUSE
public static final String SHORT_MESSAGE
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.