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