Enum VmsErrorCode
- java.lang.Object
-
- java.lang.Enum<VmsErrorCode>
-
- com.tencentcloudapi.vms.v20200902.VmsErrorCode
-
- All Implemented Interfaces:
Serializable,Comparable<VmsErrorCode>
public enum VmsErrorCode extends Enum<VmsErrorCode>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()static VmsErrorCodevalueOf(String name)Returns the enum constant of this type with the specified name.static VmsErrorCode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FAILEDOPERATION_ACCESSUPSTREAMTIMEOUT
public static final VmsErrorCode FAILEDOPERATION_ACCESSUPSTREAMTIMEOUT
-
FAILEDOPERATION_CONTAINSENSITIVEWORD
public static final VmsErrorCode FAILEDOPERATION_CONTAINSENSITIVEWORD
-
FAILEDOPERATION_FAILRESOLVEPACKET
public static final VmsErrorCode FAILEDOPERATION_FAILRESOLVEPACKET
-
FAILEDOPERATION_INSUFFICIENTBALANCEINVOICEPACKAGE
public static final VmsErrorCode FAILEDOPERATION_INSUFFICIENTBALANCEINVOICEPACKAGE
-
FAILEDOPERATION_INVALIDJSONPARAMETERS
public static final VmsErrorCode FAILEDOPERATION_INVALIDJSONPARAMETERS
-
FAILEDOPERATION_INVALIDPARAMETERS
public static final VmsErrorCode FAILEDOPERATION_INVALIDPARAMETERS
-
FAILEDOPERATION_JSONPARSEFAIL
public static final VmsErrorCode FAILEDOPERATION_JSONPARSEFAIL
-
FAILEDOPERATION_PARAMETERSOTHERERROR
public static final VmsErrorCode FAILEDOPERATION_PARAMETERSOTHERERROR
-
FAILEDOPERATION_PHONENUMBERUNAPPLIEDOREXPIRED
public static final VmsErrorCode FAILEDOPERATION_PHONENUMBERUNAPPLIEDOREXPIRED
-
FAILEDOPERATION_TEMPLATEINCORRECTORUNAPPROVED
public static final VmsErrorCode FAILEDOPERATION_TEMPLATEINCORRECTORUNAPPROVED
-
INTERNALERROR_ACCESSUPSTREAMTIMEOUT
public static final VmsErrorCode INTERNALERROR_ACCESSUPSTREAMTIMEOUT
-
INTERNALERROR_REQUESTTIMEEXCEPTION
public static final VmsErrorCode INTERNALERROR_REQUESTTIMEEXCEPTION
-
INTERNALERROR_RESTAPIINTERFACENOTEXIST
public static final VmsErrorCode INTERNALERROR_RESTAPIINTERFACENOTEXIST
-
INTERNALERROR_SIGVERIFICATIONFAIL
public static final VmsErrorCode INTERNALERROR_SIGVERIFICATIONFAIL
-
INTERNALERROR_SSOSENDRECVFAIL
public static final VmsErrorCode INTERNALERROR_SSOSENDRECVFAIL
-
INTERNALERROR_UPSTREAMERROR
public static final VmsErrorCode INTERNALERROR_UPSTREAMERROR
-
INVALIDPARAMETERVALUE_CALLEDNUMBERVERIFYFAIL
public static final VmsErrorCode INVALIDPARAMETERVALUE_CALLEDNUMBERVERIFYFAIL
-
INVALIDPARAMETERVALUE_CONTENTLENGTHLIMIT
public static final VmsErrorCode INVALIDPARAMETERVALUE_CONTENTLENGTHLIMIT
-
INVALIDPARAMETERVALUE_SDKAPPIDNOTEXIST
public static final VmsErrorCode INVALIDPARAMETERVALUE_SDKAPPIDNOTEXIST
-
LIMITEXCEEDED_DELIVERYFREQUENCYLIMIT
public static final VmsErrorCode LIMITEXCEEDED_DELIVERYFREQUENCYLIMIT
-
UNAUTHORIZEDOPERATION_SDKAPPIDISDISABLED
public static final VmsErrorCode UNAUTHORIZEDOPERATION_SDKAPPIDISDISABLED
-
UNAUTHORIZEDOPERATION_SERVICESUSPENDDUETOARREARS
public static final VmsErrorCode UNAUTHORIZEDOPERATION_SERVICESUSPENDDUETOARREARS
-
UNAUTHORIZEDOPERATION_VOICESDKAPPIDVERIFYFAIL
public static final VmsErrorCode UNAUTHORIZEDOPERATION_VOICESDKAPPIDVERIFYFAIL
-
UNSUPPORTEDOPERATION
public static final VmsErrorCode UNSUPPORTEDOPERATION
-
-
Method Detail
-
values
public static VmsErrorCode[] 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 (VmsErrorCode c : VmsErrorCode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static VmsErrorCode 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
-
-