public enum EEbmsError extends Enum<EEbmsError> implements IEbmsError
IEbmsError for a generic interface.| Modifier and Type | Method and Description |
|---|---|
EEbmsErrorCategory |
getCategory()
Gets the value of the category property.
|
String |
getErrorCode()
Gets the value of the errorCode property.
|
com.helger.commons.text.display.IHasDisplayText |
getErrorDetail()
Gets the value of the errorDetail property.
|
static EEbmsError |
getFromErrorCodeOrNull(String sErrorCode) |
static EEbmsError |
getFromIErrorOrNull(com.helger.commons.error.IError aError) |
EEbmsErrorSeverity |
getSeverity()
Gets the value of the severity property.
|
String |
getShortDescription()
Gets the value of the shortDescription property.
|
static EEbmsError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EEbmsError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetAsEbms3Error, getAsEbms3Error, getAsEbms3Error, getAsEbms3Error, getAsErrorpublic static final EEbmsError EBMS_VALUE_NOT_RECOGNIZED
public static final EEbmsError EBMS_FEATURE_NOT_SUPPORTED
public static final EEbmsError EBMS_VALUE_INCONSISTENT
public static final EEbmsError EBMS_OTHER
public static final EEbmsError EBMS_CONNECTION_FAILURE
public static final EEbmsError EBMS_EMPTY_MESSAGE_PARTITION_CHANNEL
public static final EEbmsError EBMS_MIME_INCONSISTENCY
public static final EEbmsError EBMS_FEATURE_NOT_SUPPORTED_INCONSISTENT
public static final EEbmsError EBMS_INVALID_HEADER
public static final EEbmsError EBMS_PROCESSING_MODE_MISMATCH
public static final EEbmsError EBMS_EXTERNAL_PAYLOAD_ERROR
public static final EEbmsError EBMS_FAILED_AUTHENTICATION
public static final EEbmsError EBMS_FAILED_DECRYPTION
public static final EEbmsError EBMS_POLICY_NONCOMPLIANCE
public static final EEbmsError EBMS_DYSFUNCTIONAL_RELIABILITY
public static final EEbmsError EBMS_DELIVERY_FAILURE
public static final EEbmsError EBMS_MISSING_RECEIPT
public static final EEbmsError EBMS_INVALID_RECEIPT
public static final EEbmsError EBMS_DECOMPRESSION_FAILURE
public static EEbmsError[] values()
for (EEbmsError c : EEbmsError.values()) System.out.println(c);
public static EEbmsError 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 null@Nonnull public String getErrorCode()
IEbmsErrorgetErrorCode in interface IEbmsErrorString@Nonnull public EEbmsErrorSeverity getSeverity()
IEbmsErrorgetSeverity in interface IEbmsErrorString@Nonnull public String getShortDescription()
IEbmsErrorgetShortDescription in interface IEbmsErrorString@Nonnull public com.helger.commons.text.display.IHasDisplayText getErrorDetail()
IEbmsErrorgetErrorDetail in interface IEbmsErrorString@Nonnull public EEbmsErrorCategory getCategory()
IEbmsErrorgetCategory in interface IEbmsErrorEEbmsErrorCategory@Nullable public static EEbmsError getFromErrorCodeOrNull(@Nullable String sErrorCode)
@Nullable public static EEbmsError getFromIErrorOrNull(@Nullable com.helger.commons.error.IError aError)
Copyright © 2015–2020 Philip Helger. All rights reserved.