public enum CfwErrorCode extends Enum<CfwErrorCode>
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static CfwErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CfwErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CfwErrorCode AUTHFAILURE
public static final CfwErrorCode DRYRUNOPERATION
public static final CfwErrorCode FAILEDOPERATION
public static final CfwErrorCode FAILEDOPERATION_INVALIDCONTEXT
public static final CfwErrorCode FAILEDOPERATION_QUERYERROR
public static final CfwErrorCode FAILEDOPERATION_SEARCHTIMEOUT
public static final CfwErrorCode FAILEDOPERATION_SYNTAXERROR
public static final CfwErrorCode FAILEDOPERATION_TIMEOUT
public static final CfwErrorCode FAILEDOPERATION_TOPICISOLATED
public static final CfwErrorCode INTERNALERROR
public static final CfwErrorCode INTERNALERROR_SEARCHERROR
public static final CfwErrorCode INTERNALERROR_SEARCHFAILED
public static final CfwErrorCode INTERNALERROR_SERVERBUSY
public static final CfwErrorCode INVALIDPARAMETER
public static final CfwErrorCode INVALIDPARAMETERVALUE
public static final CfwErrorCode LIMITEXCEEDED
public static final CfwErrorCode LIMITEXCEEDED_LOGSEARCH
public static final CfwErrorCode LIMITEXCEEDED_SEARCHRESOURCES
public static final CfwErrorCode LIMITEXCEEDED_SEARCHRESULTTOOLARGE
public static final CfwErrorCode MISSINGPARAMETER
public static final CfwErrorCode OPERATIONDENIED
public static final CfwErrorCode OPERATIONDENIED_ACCOUNTDESTROY
public static final CfwErrorCode OPERATIONDENIED_ACCOUNTISOLATE
public static final CfwErrorCode OPERATIONDENIED_ACCOUNTNOTEXISTS
public static final CfwErrorCode OPERATIONDENIED_NEWSYNTAXNOTSUPPORTED
public static final CfwErrorCode OPERATIONDENIED_OPERATIONNOTSUPPORTINSEARCHLOW
public static final CfwErrorCode REQUESTLIMITEXCEEDED
public static final CfwErrorCode RESOURCEINUSE
public static final CfwErrorCode RESOURCEINSUFFICIENT
public static final CfwErrorCode RESOURCENOTFOUND
public static final CfwErrorCode RESOURCENOTFOUND_TOPICNOTEXIST
public static final CfwErrorCode RESOURCEUNAVAILABLE
public static final CfwErrorCode RESOURCESSOLDOUT
public static final CfwErrorCode UNAUTHORIZEDOPERATION
public static final CfwErrorCode UNKNOWNPARAMETER
public static final CfwErrorCode UNSUPPORTEDOPERATION
public static CfwErrorCode[] values()
for (CfwErrorCode c : CfwErrorCode.values()) System.out.println(c);
public static CfwErrorCode 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.