public enum VrsErrorCode extends Enum<VrsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static VrsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VrsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VrsErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATION
public static final VrsErrorCode FAILEDOPERATION_ERRORINVALIDTASKSTATUS
public static final VrsErrorCode FAILEDOPERATION_NOSUCHTASK
public static final VrsErrorCode FAILEDOPERATION_VOICEEVALUATEFAILED
public static final VrsErrorCode FAILEDOPERATION_VOICENOTQUALIFIED
public static final VrsErrorCode INTERNALERROR_FAILACCESSDATABASE
public static final VrsErrorCode INVALIDPARAMETER
public static final VrsErrorCode INVALIDPARAMETERVALUE_AUDIODATA
public static final VrsErrorCode INVALIDPARAMETERVALUE_AUDIODURATIONEXCEEDSLIMIT
public static final VrsErrorCode INVALIDPARAMETERVALUE_CODEC
public static final VrsErrorCode INVALIDPARAMETERVALUE_ERRORINVALIDTASKID
public static final VrsErrorCode INVALIDPARAMETERVALUE_SAMPLERATE
public static final VrsErrorCode INVALIDPARAMETERVALUE_VOICEGENDER
public static final VrsErrorCode INVALIDPARAMETERVALUE_VOICELANGUAGE
public static final VrsErrorCode INVALIDPARAMETERVALUE_VOICENAME
public static final VrsErrorCode UNSUPPORTEDOPERATION_VRSQUOTAEXHAUSTED
public static VrsErrorCode[] values()
for (VrsErrorCode c : VrsErrorCode.values()) System.out.println(c);
public static VrsErrorCode 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 © 2024. All rights reserved.