Package com.tencentcloudapi.cr.v20180321
Enum CrErrorCode
- java.lang.Object
-
- java.lang.Enum<CrErrorCode>
-
- com.tencentcloudapi.cr.v20180321.CrErrorCode
-
- All Implemented Interfaces:
Serializable,Comparable<CrErrorCode>
public enum CrErrorCode extends Enum<CrErrorCode>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()static CrErrorCodevalueOf(String name)Returns the enum constant of this type with the specified name.static CrErrorCode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FAILEDOPERATION_APPLYBLACKLISTDATAERROR
public static final CrErrorCode FAILEDOPERATION_APPLYBLACKLISTDATAERROR
-
FAILEDOPERATION_APPLYBLACKLISTERROR
public static final CrErrorCode FAILEDOPERATION_APPLYBLACKLISTERROR
-
FAILEDOPERATION_APPLYCREDITAUDITERROR
public static final CrErrorCode FAILEDOPERATION_APPLYCREDITAUDITERROR
-
FAILEDOPERATION_CHANGEBOTCALLSTATUSERROR
public static final CrErrorCode FAILEDOPERATION_CHANGEBOTCALLSTATUSERROR
-
FAILEDOPERATION_CHANGEBOTSTATUSERROR
public static final CrErrorCode FAILEDOPERATION_CHANGEBOTSTATUSERROR
-
FAILEDOPERATION_CREATEBOTTASKERROR
public static final CrErrorCode FAILEDOPERATION_CREATEBOTTASKERROR
-
FAILEDOPERATION_DESCRIBEBLACKLISTDATAERROR
public static final CrErrorCode FAILEDOPERATION_DESCRIBEBLACKLISTDATAERROR
-
FAILEDOPERATION_DESCRIBEBOTFLOWERROR
public static final CrErrorCode FAILEDOPERATION_DESCRIBEBOTFLOWERROR
-
FAILEDOPERATION_DESCRIBEFILEMODELERROR
public static final CrErrorCode FAILEDOPERATION_DESCRIBEFILEMODELERROR
-
FAILEDOPERATION_DESCRIBEPRODUCTSERROR
public static final CrErrorCode FAILEDOPERATION_DESCRIBEPRODUCTSERROR
-
FAILEDOPERATION_DESCRIBERECORDSERROR
public static final CrErrorCode FAILEDOPERATION_DESCRIBERECORDSERROR
-
FAILEDOPERATION_DESCRIBETASKSTATUSERROR
public static final CrErrorCode FAILEDOPERATION_DESCRIBETASKSTATUSERROR
-
FAILEDOPERATION_DOWNLOADRECORDLISTERROR
public static final CrErrorCode FAILEDOPERATION_DOWNLOADRECORDLISTERROR
-
FAILEDOPERATION_DOWNLOADREPORTERROR
public static final CrErrorCode FAILEDOPERATION_DOWNLOADREPORTERROR
-
FAILEDOPERATION_EXPORTBOTDATAERROR
public static final CrErrorCode FAILEDOPERATION_EXPORTBOTDATAERROR
-
FAILEDOPERATION_GETCREDITAUDITERROR
public static final CrErrorCode FAILEDOPERATION_GETCREDITAUDITERROR
-
FAILEDOPERATION_QUERYBLACKLISTDATAERROR
public static final CrErrorCode FAILEDOPERATION_QUERYBLACKLISTDATAERROR
-
FAILEDOPERATION_QUERYBOTLISTERROR
public static final CrErrorCode FAILEDOPERATION_QUERYBOTLISTERROR
-
FAILEDOPERATION_QUERYCALLLISTERROR
public static final CrErrorCode FAILEDOPERATION_QUERYCALLLISTERROR
-
FAILEDOPERATION_QUERYRECORDLISTERROR
public static final CrErrorCode FAILEDOPERATION_QUERYRECORDLISTERROR
-
FAILEDOPERATION_UPDATEBOTTASKERROR
public static final CrErrorCode FAILEDOPERATION_UPDATEBOTTASKERROR
-
FAILEDOPERATION_UPLOADBOTFILE
public static final CrErrorCode FAILEDOPERATION_UPLOADBOTFILE
-
FAILEDOPERATION_UPLOADDATAERROR
public static final CrErrorCode FAILEDOPERATION_UPLOADDATAERROR
-
INTERNALERROR
public static final CrErrorCode INTERNALERROR
-
INTERNALERROR_UNKNOWNERROR
public static final CrErrorCode INTERNALERROR_UNKNOWNERROR
-
MISSINGPARAMETER_MOERROR
public static final CrErrorCode MISSINGPARAMETER_MOERROR
-
RESOURCENOTFOUND_BLACKLISTDATANOTFOUND
public static final CrErrorCode RESOURCENOTFOUND_BLACKLISTDATANOTFOUND
-
RESOURCENOTFOUND_COMPANYNOTFOUND
public static final CrErrorCode RESOURCENOTFOUND_COMPANYNOTFOUND
-
RESOURCENOTFOUND_RECORDLISTNOTFOUND
public static final CrErrorCode RESOURCENOTFOUND_RECORDLISTNOTFOUND
-
RESOURCENOTFOUND_REPORTNOTFOUND
public static final CrErrorCode RESOURCENOTFOUND_REPORTNOTFOUND
-
RESOURCENOTFOUND_TASKNOTFOUND
public static final CrErrorCode RESOURCENOTFOUND_TASKNOTFOUND
-
RESOURCEUNAVAILABLE_COMPANYUNAVAILABLE
public static final CrErrorCode RESOURCEUNAVAILABLE_COMPANYUNAVAILABLE
-
UNAUTHORIZEDOPERATION_ACCOUNTNOTFOUND
public static final CrErrorCode UNAUTHORIZEDOPERATION_ACCOUNTNOTFOUND
-
-
Method Detail
-
values
public static CrErrorCode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CrErrorCode c : CrErrorCode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CrErrorCode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
- Returns:
- errorcode value
-
-