public enum CrErrorCode extends Enum<CrErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CrErrorCode |
valueOf(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.
|
public static final CrErrorCode FAILEDOPERATION_APPLYBLACKLISTDATAERROR
public static final CrErrorCode FAILEDOPERATION_APPLYBLACKLISTERROR
public static final CrErrorCode FAILEDOPERATION_APPLYCREDITAUDITERROR
public static final CrErrorCode FAILEDOPERATION_CHANGEBOTCALLSTATUSERROR
public static final CrErrorCode FAILEDOPERATION_CHANGEBOTSTATUSERROR
public static final CrErrorCode FAILEDOPERATION_CREATEBOTTASKERROR
public static final CrErrorCode FAILEDOPERATION_DESCRIBEBLACKLISTDATAERROR
public static final CrErrorCode FAILEDOPERATION_DESCRIBEBOTFLOWERROR
public static final CrErrorCode FAILEDOPERATION_DESCRIBEFILEMODELERROR
public static final CrErrorCode FAILEDOPERATION_DESCRIBEPRODUCTSERROR
public static final CrErrorCode FAILEDOPERATION_DESCRIBERECORDSERROR
public static final CrErrorCode FAILEDOPERATION_DESCRIBETASKSTATUSERROR
public static final CrErrorCode FAILEDOPERATION_DOWNLOADRECORDLISTERROR
public static final CrErrorCode FAILEDOPERATION_DOWNLOADREPORTERROR
public static final CrErrorCode FAILEDOPERATION_EXPORTBOTDATAERROR
public static final CrErrorCode FAILEDOPERATION_GETCREDITAUDITERROR
public static final CrErrorCode FAILEDOPERATION_QUERYBLACKLISTDATAERROR
public static final CrErrorCode FAILEDOPERATION_QUERYBOTLISTERROR
public static final CrErrorCode FAILEDOPERATION_QUERYCALLLISTERROR
public static final CrErrorCode FAILEDOPERATION_QUERYRECORDLISTERROR
public static final CrErrorCode FAILEDOPERATION_UPDATEBOTTASKERROR
public static final CrErrorCode FAILEDOPERATION_UPLOADBOTFILE
public static final CrErrorCode FAILEDOPERATION_UPLOADDATAERROR
public static final CrErrorCode INTERNALERROR
public static final CrErrorCode INTERNALERROR_UNKNOWNERROR
public static final CrErrorCode MISSINGPARAMETER_MOERROR
public static final CrErrorCode RESOURCENOTFOUND_BLACKLISTDATANOTFOUND
public static final CrErrorCode RESOURCENOTFOUND_COMPANYNOTFOUND
public static final CrErrorCode RESOURCENOTFOUND_RECORDLISTNOTFOUND
public static final CrErrorCode RESOURCENOTFOUND_REPORTNOTFOUND
public static final CrErrorCode RESOURCENOTFOUND_TASKNOTFOUND
public static final CrErrorCode RESOURCEUNAVAILABLE_COMPANYUNAVAILABLE
public static final CrErrorCode UNAUTHORIZEDOPERATION_ACCOUNTNOTFOUND
public static CrErrorCode[] values()
for (CrErrorCode c : CrErrorCode.values()) System.out.println(c);
public static CrErrorCode 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 © 2022. All rights reserved.