public enum TrabbitErrorCode extends Enum<TrabbitErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TrabbitErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrabbitErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrabbitErrorCode AUTHFAILURE
public static final TrabbitErrorCode DRYRUNOPERATION
public static final TrabbitErrorCode FAILEDOPERATION
public static final TrabbitErrorCode INTERNALERROR
public static final TrabbitErrorCode INVALIDFILTER
public static final TrabbitErrorCode INVALIDPARAMETER
public static final TrabbitErrorCode INVALIDPARAMETERVALUE
public static final TrabbitErrorCode LIMITEXCEEDED
public static final TrabbitErrorCode MISSINGPARAMETER
public static final TrabbitErrorCode OPERATIONDENIED
public static final TrabbitErrorCode REGIONERROR
public static final TrabbitErrorCode REQUESTLIMITEXCEEDED
public static final TrabbitErrorCode RESOURCEINUSE
public static final TrabbitErrorCode RESOURCEINSUFFICIENT
public static final TrabbitErrorCode RESOURCENOTFOUND
public static final TrabbitErrorCode RESOURCEUNAVAILABLE
public static final TrabbitErrorCode RESOURCESSOLDOUT
public static final TrabbitErrorCode UNAUTHORIZEDOPERATION
public static final TrabbitErrorCode UNKNOWNPARAMETER
public static final TrabbitErrorCode UNSUPPORTEDOPERATION
public static TrabbitErrorCode[] values()
for (TrabbitErrorCode c : TrabbitErrorCode.values()) System.out.println(c);
public static TrabbitErrorCode 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 getValue()
Copyright © 2025. All rights reserved.