public enum TtsErrorCode extends Enum<TtsErrorCode>
public static final TtsErrorCode AUTHFAILURE_INVALIDAUTHORIZATION
public static final TtsErrorCode INTERNALERROR_ERRORGETROUTE
public static final TtsErrorCode INTERNALERROR_EXCEEDMAXLIMIT
public static final TtsErrorCode INTERNALERROR_INTERNALERROR
public static final TtsErrorCode INVALIDPARAMETER_INVALIDTEXT
public static final TtsErrorCode INVALIDPARAMETER_STATUS
public static final TtsErrorCode INVALIDPARAMETERVALUE_APPID
public static final TtsErrorCode INVALIDPARAMETERVALUE_APPIDNOTREGISTERED
public static final TtsErrorCode INVALIDPARAMETERVALUE_CODEC
public static final TtsErrorCode INVALIDPARAMETERVALUE_ERRORCARDINALFORMAT
public static final TtsErrorCode INVALIDPARAMETERVALUE_INVALIDTEXT
public static final TtsErrorCode INVALIDPARAMETERVALUE_MISSPARAMETERS
public static final TtsErrorCode INVALIDPARAMETERVALUE_PRIMARYLANGUAGE
public static final TtsErrorCode INVALIDPARAMETERVALUE_SAMPLERATE
public static final TtsErrorCode INVALIDPARAMETERVALUE_SESSIONID
public static final TtsErrorCode INVALIDPARAMETERVALUE_SPEED
public static final TtsErrorCode INVALIDPARAMETERVALUE_TEXT
public static final TtsErrorCode INVALIDPARAMETERVALUE_TEXTEMPTY
public static final TtsErrorCode INVALIDPARAMETERVALUE_TEXTNOTUTF8
public static final TtsErrorCode INVALIDPARAMETERVALUE_TYPE
public static final TtsErrorCode INVALIDPARAMETERVALUE_VOICETYPE
public static final TtsErrorCode INVALIDPARAMETERVALUE_VOLUME
public static final TtsErrorCode LIMITEXCEEDED_ACCESSLIMIT
public static final TtsErrorCode UNSUPPORTEDOPERATION
public static final TtsErrorCode UNSUPPORTEDOPERATION_ACCOUNTARREARS
public static final TtsErrorCode UNSUPPORTEDOPERATION_AUTHORIZATIONEXPIRED
public static final TtsErrorCode UNSUPPORTEDOPERATION_AUTHORIZATIONFAILED
public static final TtsErrorCode UNSUPPORTEDOPERATION_FORBIDDENUSE
public static final TtsErrorCode UNSUPPORTEDOPERATION_NOFREEACCOUNT
public static final TtsErrorCode UNSUPPORTEDOPERATION_SERVERALREADYOPEN
public static final TtsErrorCode UNSUPPORTEDOPERATION_SERVERNOTOPEN
public static final TtsErrorCode UNSUPPORTEDOPERATION_SERVERSTOPPED
public static final TtsErrorCode UNSUPPORTEDOPERATION_TEXTTOOLONG
public static TtsErrorCode[] values()
for (TtsErrorCode c : TtsErrorCode.values()) System.out.println(c);
public static TtsErrorCode valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值public String getValue()
Copyright © 2022. All rights reserved.