Class FailureAttributeKeys


  • public final class FailureAttributeKeys
    extends Object
    Common attribute keys for FailureItem.getAttributes().

    The attribute keys are used to help interpret the failure message.

    • Field Summary

      Fields 
      Modifier and Type Field 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 PRODUCT_TYPE
      The attribute for specifying the product type associated with the error.
      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.
    • Field Detail

      • FILE_NAME

        public static final String FILE_NAME
        The attribute for specifying the name of the file that caused the error.
        See Also:
        Constant Field Values
      • FILE_SUMMARY

        public static final String FILE_SUMMARY
        The attribute for specifying the file summary of the file that caused the error.
        See Also:
        Constant Field Values
      • FORMAT

        public static final String FORMAT
        The attribute for specifying the format associated with the error.
        See Also:
        Constant Field Values
      • LINE_NUMBER

        public static final String LINE_NUMBER
        The attribute for specifying the line number in which the error occurred.
        See Also:
        Constant Field Values
      • EXCEPTION_MESSAGE

        public static final String EXCEPTION_MESSAGE
        The attribute for specifying the message from a runtime exception.
        See Also:
        Constant Field Values
      • TEMPLATE_LOCATION

        public static final String TEMPLATE_LOCATION
        The attribute for decoding the message to extract the template locations.
        See Also:
        Constant Field Values
      • LEGAL_ENTITY_ID

        public static final String LEGAL_ENTITY_ID
        The attribute for specifying the LEI associated with the error.
        See Also:
        Constant Field Values
      • ACCOUNT

        public static final String ACCOUNT
        The attribute for specifying the account associated with the error.
        See Also:
        Constant Field Values
      • BROKER

        public static final String BROKER
        The attribute for specifying the broker associated with the error.
        See Also:
        Constant Field Values
      • PRODUCT_TYPE

        public static final String PRODUCT_TYPE
        The attribute for specifying the product type associated with the error.
        See Also:
        Constant Field Values