Enum TmtErrorCode
- java.lang.Object
-
- java.lang.Enum<TmtErrorCode>
-
- com.tencentcloudapi.tmt.v20180321.TmtErrorCode
-
- All Implemented Interfaces:
Serializable,Comparable<TmtErrorCode>
public enum TmtErrorCode extends Enum<TmtErrorCode>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()static TmtErrorCodevalueOf(String name)Returns the enum constant of this type with the specified name.static TmtErrorCode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FAILEDOPERATION
public static final TmtErrorCode FAILEDOPERATION
-
FAILEDOPERATION_INSERTERR
public static final TmtErrorCode FAILEDOPERATION_INSERTERR
-
FAILEDOPERATION_LANGUAGERECOGNITIONERR
public static final TmtErrorCode FAILEDOPERATION_LANGUAGERECOGNITIONERR
-
FAILEDOPERATION_NOFREEAMOUNT
public static final TmtErrorCode FAILEDOPERATION_NOFREEAMOUNT
-
FAILEDOPERATION_REQUESTAILABERR
public static final TmtErrorCode FAILEDOPERATION_REQUESTAILABERR
-
FAILEDOPERATION_SERVICEISOLATE
public static final TmtErrorCode FAILEDOPERATION_SERVICEISOLATE
-
FAILEDOPERATION_STOPUSING
public static final TmtErrorCode FAILEDOPERATION_STOPUSING
-
FAILEDOPERATION_USERNOTREGISTERED
public static final TmtErrorCode FAILEDOPERATION_USERNOTREGISTERED
-
INTERNALERROR
public static final TmtErrorCode INTERNALERROR
-
INTERNALERROR_BACKENDTIMEOUT
public static final TmtErrorCode INTERNALERROR_BACKENDTIMEOUT
-
INTERNALERROR_ERRORGETROUTE
public static final TmtErrorCode INTERNALERROR_ERRORGETROUTE
-
INTERNALERROR_ERRORUNKNOWN
public static final TmtErrorCode INTERNALERROR_ERRORUNKNOWN
-
INTERNALERROR_REQUESTFAILED
public static final TmtErrorCode INTERNALERROR_REQUESTFAILED
-
INVALIDPARAMETER
public static final TmtErrorCode INVALIDPARAMETER
-
INVALIDPARAMETER_DUPLICATEDSESSIONIDANDSEQ
public static final TmtErrorCode INVALIDPARAMETER_DUPLICATEDSESSIONIDANDSEQ
-
INVALIDPARAMETER_MISSINGPARAMETER
public static final TmtErrorCode INVALIDPARAMETER_MISSINGPARAMETER
-
INVALIDPARAMETER_SEQINTERVALTOOLARGE
public static final TmtErrorCode INVALIDPARAMETER_SEQINTERVALTOOLARGE
-
INVALIDPARAMETERVALUE
public static final TmtErrorCode INVALIDPARAMETERVALUE
-
LIMITEXCEEDED
public static final TmtErrorCode LIMITEXCEEDED
-
LIMITEXCEEDED_LIMITEDACCESSFREQUENCY
public static final TmtErrorCode LIMITEXCEEDED_LIMITEDACCESSFREQUENCY
-
MISSINGPARAMETER
public static final TmtErrorCode MISSINGPARAMETER
-
REQUESTLIMITEXCEEDED_UINLIMITEXCEEDED
public static final TmtErrorCode REQUESTLIMITEXCEEDED_UINLIMITEXCEEDED
-
UNAUTHORIZEDOPERATION_ACTIONNOTFOUND
public static final TmtErrorCode UNAUTHORIZEDOPERATION_ACTIONNOTFOUND
-
UNSUPPORTEDOPERATION
public static final TmtErrorCode UNSUPPORTEDOPERATION
-
UNSUPPORTEDOPERATION_AUDIODURATIONEXCEED
public static final TmtErrorCode UNSUPPORTEDOPERATION_AUDIODURATIONEXCEED
-
UNSUPPORTEDOPERATION_TEXTTOOLONG
public static final TmtErrorCode UNSUPPORTEDOPERATION_TEXTTOOLONG
-
UNSUPPORTEDOPERATION_UNSUPPORTEDTARGETLANGUAGE
public static final TmtErrorCode UNSUPPORTEDOPERATION_UNSUPPORTEDTARGETLANGUAGE
-
UNSUPPORTEDOPERATION_UNSUPPORTEDLANGUAGE
public static final TmtErrorCode UNSUPPORTEDOPERATION_UNSUPPORTEDLANGUAGE
-
UNSUPPORTEDOPERATION_UNSUPPORTEDSOURCELANGUAGE
public static final TmtErrorCode UNSUPPORTEDOPERATION_UNSUPPORTEDSOURCELANGUAGE
-
-
Method Detail
-
values
public static TmtErrorCode[] 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 (TmtErrorCode c : TmtErrorCode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TmtErrorCode 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
-
-