public enum SoeErrorCode extends Enum<SoeErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static SoeErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoeErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoeErrorCode AUTHFAILURE_INVALIDAUTHORIZATION
public static final SoeErrorCode INTERNALERROR
public static final SoeErrorCode INTERNALERROR_AUDIOPROCESSINGFAILED
public static final SoeErrorCode INTERNALERROR_AUTHORIZEERROR
public static final SoeErrorCode INTERNALERROR_BASE64DECODEFAILED
public static final SoeErrorCode INTERNALERROR_CANNOTFINDSESSION
public static final SoeErrorCode INTERNALERROR_FAILTODECODEVOICE
public static final SoeErrorCode INTERNALERROR_ILEGALSERVERRESPONSE
public static final SoeErrorCode INTERNALERROR_INITSTREAMNOTSUPPORT
public static final SoeErrorCode INTERNALERROR_INITSTREAMUNFINISHED
public static final SoeErrorCode INTERNALERROR_INITIALPARAMETERERROR
public static final SoeErrorCode INTERNALERROR_INVALIDSEQID
public static final SoeErrorCode INTERNALERROR_INVALIDWAVHEADER
public static final SoeErrorCode INTERNALERROR_LASTSEQUNFINISHED
public static final SoeErrorCode INTERNALERROR_MP3DECODEFAILED
public static final SoeErrorCode INTERNALERROR_NEEDTOINIT
public static final SoeErrorCode INTERNALERROR_NOCONVERSATIONFOUND
public static final SoeErrorCode INTERNALERROR_NODOCINLIST
public static final SoeErrorCode INTERNALERROR_NOERROR
public static final SoeErrorCode INTERNALERROR_NOINITBEFOREEVALUATION
public static final SoeErrorCode INTERNALERROR_REFTXTEMPTY
public static final SoeErrorCode INTERNALERROR_REFTXTOOV
public static final SoeErrorCode INTERNALERROR_REFTXTTOOLANG
public static final SoeErrorCode INTERNALERROR_SERVERINTERNALERROR
public static final SoeErrorCode INTERNALERROR_SERVEROVERLOAD
public static final SoeErrorCode INTERNALERROR_SERVICETIMEOUT
public static final SoeErrorCode INTERNALERROR_SHARDNOSTARTWITHONE
public static final SoeErrorCode INTERNALERROR_STREAMPROCESSFAIL
public static final SoeErrorCode INTERNALERROR_STREAMPROCESSTIMEOUT
public static final SoeErrorCode INTERNALERROR_STREAMINGVOICEPKGTIMEOUT
public static final SoeErrorCode INTERNALERROR_TIMEOUT
public static final SoeErrorCode INTERNALERROR_TOOLONGPACKAGE
public static final SoeErrorCode INTERNALERROR_VADNOTDETECTEDSPEAK
public static final SoeErrorCode INTERNALERROR_VOICEMSGOVERSIZED
public static final SoeErrorCode INTERNALERROR_VOICEMSGTOOSHORT
public static final SoeErrorCode INTERNALERROR_WORDLENGTHTOOLONG
public static final SoeErrorCode INVALIDPARAMETER
public static final SoeErrorCode INVALIDPARAMETER_AUTHORIZEERROR
public static final SoeErrorCode INVALIDPARAMETER_INITIALPARAMETERERROR
public static final SoeErrorCode INVALIDPARAMETER_VOICEMSGOVERSIZED
public static final SoeErrorCode INVALIDPARAMETER_WITHOUTREALNAME
public static final SoeErrorCode INVALIDPARAMETERVALUE
public static final SoeErrorCode INVALIDPARAMETERVALUE_BASEDECODEFAILED
public static final SoeErrorCode INVALIDPARAMETERVALUE_INVALIDSEQID
public static final SoeErrorCode INVALIDPARAMETERVALUE_INVALIDWAVHEADER
public static final SoeErrorCode INVALIDPARAMETERVALUE_NODOCINLIST
public static final SoeErrorCode INVALIDPARAMETERVALUE_REFTXTEMPTY
public static final SoeErrorCode INVALIDPARAMETERVALUE_REFTXTTOOLANG
public static final SoeErrorCode INVALIDPARAMETERVALUE_SHARDNOSTARTWITHONE
public static final SoeErrorCode INVALIDPARAMETERVALUE_STREAMINGVOICEPKGTIMEOUT
public static final SoeErrorCode INVALIDPARAMETERVALUE_VADNOTDETECTEDSPEAK
public static final SoeErrorCode INVALIDPARAMETERVALUE_WORDLENGTHTOOLONG
public static final SoeErrorCode RESOURCEINSUFFICIENT_SERVERTIMEOUT
public static final SoeErrorCode RESOURCENOTFOUND_APPIDNOTFOUNT
public static final SoeErrorCode RESOURCENOTFOUND_INTERFACENOTFOUNT
public static final SoeErrorCode RESOURCEUNAVAILABLE
public static final SoeErrorCode RESOURCEUNAVAILABLE_AUTHORIZEERROR
public static final SoeErrorCode RESOURCEUNAVAILABLE_CANNOTFINDSESSION
public static final SoeErrorCode RESOURCEUNAVAILABLE_CONCURRENCYLIMIT
public static final SoeErrorCode RESOURCEUNAVAILABLE_INITSTREAMNOTSUPPORT
public static final SoeErrorCode RESOURCEUNAVAILABLE_INITSTREAMUNFINISHED
public static final SoeErrorCode RESOURCEUNAVAILABLE_LASTSEQUNFINISHED
public static final SoeErrorCode RESOURCEUNAVAILABLE_NOCONVERSATIONFOUND
public static final SoeErrorCode RESOURCEUNAVAILABLE_NOINITBEFOREEVALUATION
public static SoeErrorCode[] values()
for (SoeErrorCode c : SoeErrorCode.values()) System.out.println(c);
public static SoeErrorCode 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 © 2021. All rights reserved.