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