public enum TmtErrorCode extends Enum<TmtErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TmtErrorCode |
valueOf(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.
|
public static final TmtErrorCode FAILEDOPERATION_NOFREEAMOUNT
public static final TmtErrorCode FAILEDOPERATION_SERVICEISOLATE
public static final TmtErrorCode FAILEDOPERATION_USERNOTREGISTERED
public static final TmtErrorCode INTERNALERROR
public static final TmtErrorCode INTERNALERROR_BACKENDTIMEOUT
public static final TmtErrorCode INTERNALERROR_ERRORUNKNOWN
public static final TmtErrorCode INTERNALERROR_REQUESTFAILED
public static final TmtErrorCode INVALIDPARAMETER
public static final TmtErrorCode INVALIDPARAMETER_DUPLICATEDSESSIONIDANDSEQ
public static final TmtErrorCode INVALIDPARAMETER_MISSINGPARAMETER
public static final TmtErrorCode INVALIDPARAMETER_SEQINTERVALTOOLARGE
public static final TmtErrorCode LIMITEXCEEDED
public static final TmtErrorCode LIMITEXCEEDED_LIMITEDACCESSFREQUENCY
public static final TmtErrorCode MISSINGPARAMETER
public static final TmtErrorCode UNAUTHORIZEDOPERATION_ACTIONNOTFOUND
public static final TmtErrorCode UNSUPPORTEDOPERATION
public static final TmtErrorCode UNSUPPORTEDOPERATION_AUDIODURATIONEXCEED
public static final TmtErrorCode UNSUPPORTEDOPERATION_TEXTTOOLONG
public static final TmtErrorCode UNSUPPORTEDOPERATION_UNSUPPORTEDTARGETLANGUAGE
public static final TmtErrorCode UNSUPPORTEDOPERATION_UNSUPPORTEDLANGUAGE
public static final TmtErrorCode UNSUPPORTEDOPERATION_UNSUPPORTEDSOURCELANGUAGE
public static TmtErrorCode[] values()
for (TmtErrorCode c : TmtErrorCode.values()) System.out.println(c);
public static TmtErrorCode 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.