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 AUTHFAILURE_ERRCODENOPURCHASED
public static final WafErrorCode DRYRUNOPERATION
public static final WafErrorCode FAILEDOPERATION
public static final WafErrorCode FAILEDOPERATION_CKAFKAINTERNALERROR
public static final WafErrorCode FAILEDOPERATION_CLSDBOPERATIONFAILED
public static final WafErrorCode FAILEDOPERATION_CLSINTERNALERROR
public static final WafErrorCode FAILEDOPERATION_CLICKHOUSEOPERATIONFAILED
public static final WafErrorCode FAILEDOPERATION_MONGOOPERATIONFAILED
public static final WafErrorCode FAILEDOPERATION_MYSQLDBOPERATIONFAILED
public static final WafErrorCode FAILEDOPERATION_REDISOPERATIONFAILED
public static final WafErrorCode FAILEDOPERATION_SESSIONINUSED
public static final WafErrorCode FAILEDOPERATION_THENUMBEROFADDEDBLACKANDWHITELISTEXCEEDSTHEUPPERLIMIT
public static final WafErrorCode FAILEDOPERATION_THENUMBEROFONETIMEDELETIONSREACHEDTHEUPPERLIMIT
public static final WafErrorCode INTERNALERROR
public static final WafErrorCode INTERNALERROR_ASYNCHRONOUSCALLFAILED
public static final WafErrorCode INTERNALERROR_DBERR
public static final WafErrorCode INTERNALERROR_UNKNOWNERR
public static final WafErrorCode INVALIDPARAMETER
public static final WafErrorCode INVALIDPARAMETER_CERTIFICATIONPARAMETERERR
public static final WafErrorCode INVALIDPARAMETER_DOMAINEXCEEDSLIMITERR
public static final WafErrorCode INVALIDPARAMETER_DOMAINNOTRECORD
public static final WafErrorCode INVALIDPARAMETER_INVALIDCERTIFICATE
public static final WafErrorCode INVALIDPARAMETER_LOGICERR
public static final WafErrorCode INVALIDPARAMETER_PORTPARAMETERERR
public static final WafErrorCode INVALIDPARAMETER_PROTECTIONDOMAINPARAMETERERR
public static final WafErrorCode INVALIDPARAMETER_QUERYCERTBYSSLIDFAILED
public static final WafErrorCode INVALIDPARAMETER_QUERYSTRINGSYNTAXERR
public static final WafErrorCode INVALIDPARAMETER_SQLSYNTAXERR
public static final WafErrorCode INVALIDPARAMETER_SUPPORTTLSCONFFAILED
public static final WafErrorCode INVALIDPARAMETER_TLSPARAMETERERR
public static final WafErrorCode INVALIDPARAMETER_TYPEMISMATCH
public static final WafErrorCode INVALIDPARAMETER_UNAUTHORIZEDOPERATIONPARAMETERERR
public static final WafErrorCode INVALIDPARAMETER_UNKNOWNACTION
public static final WafErrorCode INVALIDPARAMETER_UPSTREAMPARAMETERERR
public static final WafErrorCode INVALIDPARAMETER_XFFRESETPARAMETERERR
public static final WafErrorCode INVALIDPARAMETERVALUE
public static final WafErrorCode INVALIDPARAMETERVALUE_INVALIDREQUEST
public static final WafErrorCode LIMITEXCEEDED
public static final WafErrorCode LIMITEXCEEDED_SPECIFICATIONERR
public static final WafErrorCode MISSINGPARAMETER
public static final WafErrorCode OPERATIONDENIED
public static final WafErrorCode REQUESTLIMITEXCEEDED
public static final WafErrorCode RESOURCEINUSE
public static final WafErrorCode RESOURCEINUSE_EMPTYERR
public static final WafErrorCode RESOURCEINSUFFICIENT
public static final WafErrorCode RESOURCENOTFOUND
public static final WafErrorCode RESOURCEUNAVAILABLE
public static final WafErrorCode RESOURCEUNAVAILABLE_DOMAINIPV6INCONFIGERR
public static final WafErrorCode RESOURCESSOLDOUT
public static final WafErrorCode UNAUTHORIZEDOPERATION
public static final WafErrorCode UNKNOWNPARAMETER
public static final WafErrorCode UNSUPPORTEDOPERATION
public static final WafErrorCode UNSUPPORTEDOPERATION_INVALIDREQUEST
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 © 2024. All rights reserved.