Enum EEbmsErrorText

java.lang.Object
java.lang.Enum<EEbmsErrorText>
com.helger.phase4.error.EEbmsErrorText
All Implemented Interfaces:
com.helger.commons.text.display.IHasDisplayText, Serializable, Comparable<EEbmsErrorText>, java.lang.constant.Constable

public enum EEbmsErrorText extends Enum<EEbmsErrorText> implements com.helger.commons.text.display.IHasDisplayText
Translatable error texts for EBMS error messages
Author:
Philip Helger
  • Enum Constant Details

    • VALUE_NOT_RECOGNIZED

      public static final EEbmsErrorText VALUE_NOT_RECOGNIZED
    • FEATURE_NOT_SUPPORTED

      public static final EEbmsErrorText FEATURE_NOT_SUPPORTED
    • VALUE_INCONSISTENT

      public static final EEbmsErrorText VALUE_INCONSISTENT
    • OTHER

      public static final EEbmsErrorText OTHER
    • CONNECTION_FAILURE

      public static final EEbmsErrorText CONNECTION_FAILURE
    • EMPTY_MESSAGE_PARTITION_CHANNEL

      public static final EEbmsErrorText EMPTY_MESSAGE_PARTITION_CHANNEL
    • MIME_INCONSISTENCY

      public static final EEbmsErrorText MIME_INCONSISTENCY
    • FEATURE_NOT_SUPPORTED_INCONSISTENT

      public static final EEbmsErrorText FEATURE_NOT_SUPPORTED_INCONSISTENT
    • INVALID_HEADER

      public static final EEbmsErrorText INVALID_HEADER
    • PROCESSING_MODE_MISMATCH

      public static final EEbmsErrorText PROCESSING_MODE_MISMATCH
    • EXTERNAL_PAYLOAD_ERROR

      public static final EEbmsErrorText EXTERNAL_PAYLOAD_ERROR
    • FAILED_AUTHENTICATION

      public static final EEbmsErrorText FAILED_AUTHENTICATION
    • FAILED_DECRYPTION

      public static final EEbmsErrorText FAILED_DECRYPTION
    • POLICY_NONCOMPLIANCE

      public static final EEbmsErrorText POLICY_NONCOMPLIANCE
    • DYSFUNCTIONAL_RELIABILITY

      public static final EEbmsErrorText DYSFUNCTIONAL_RELIABILITY
    • DELIVERY_FAILURE

      public static final EEbmsErrorText DELIVERY_FAILURE
    • MISSING_RECEIPT

      public static final EEbmsErrorText MISSING_RECEIPT
    • INVALID_RECEIPT

      public static final EEbmsErrorText INVALID_RECEIPT
    • DECOMPRESSION_FAILURE

      public static final EEbmsErrorText DECOMPRESSION_FAILURE
  • Method Details

    • values

      public static EEbmsErrorText[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EEbmsErrorText valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getDisplayText

      @Nullable public String getDisplayText(@Nonnull Locale aContentLocale)
      Specified by:
      getDisplayText in interface com.helger.commons.text.display.IHasDisplayText