public enum AsrErrorCode extends Enum<AsrErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static AsrErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsrErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsrErrorCode AUTHFAILURE_INVALIDAUTHORIZATION
public static final AsrErrorCode FAILEDOPERATION_CHECKAUTHINFOFAILED
public static final AsrErrorCode FAILEDOPERATION_ERRORDOWNFILE
public static final AsrErrorCode FAILEDOPERATION_ERRORRECOGNIZE
public static final AsrErrorCode FAILEDOPERATION_NOSUCHTASK
public static final AsrErrorCode FAILEDOPERATION_SERVICEISOLATE
public static final AsrErrorCode FAILEDOPERATION_USERHASNOAMOUNT
public static final AsrErrorCode FAILEDOPERATION_USERHASNOFREEAMOUNT
public static final AsrErrorCode FAILEDOPERATION_USERNOTREGISTERED
public static final AsrErrorCode INTERNALERROR_ERRORDOWNFILE
public static final AsrErrorCode INTERNALERROR_FAILACCESSDATABASE
public static final AsrErrorCode INTERNALERROR_FAILACCESSREDIS
public static final AsrErrorCode INVALIDPARAMETER
public static final AsrErrorCode INVALIDPARAMETERVALUE
public static final AsrErrorCode MISSINGPARAMETER
public static final AsrErrorCode REQUESTLIMITEXCEEDED_UINLIMITEXCEEDED
public static final AsrErrorCode UNKNOWNPARAMETER
public static AsrErrorCode[] values()
for (AsrErrorCode c : AsrErrorCode.values()) System.out.println(c);
public static AsrErrorCode 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.