public enum NlpErrorCode extends Enum<NlpErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static NlpErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NlpErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NlpErrorCode AUTHFAILURE_INVALIDAUTHORIZATION
public static final NlpErrorCode FAILEDOPERATION
public static final NlpErrorCode FAILEDOPERATION_ILLEGALTEXTERROR
public static final NlpErrorCode FAILEDOPERATION_REQUESTTIMEOUT
public static final NlpErrorCode FAILEDOPERATION_RPCFAIL
public static final NlpErrorCode FAILEDOPERATION_TEXTEMBEDDINGFAILED
public static final NlpErrorCode FAILEDOPERATION_UNKNOWN
public static final NlpErrorCode FAILEDOPERATION_WORDNOTFOUND
public static final NlpErrorCode INTERNALERROR
public static final NlpErrorCode INTERNALERROR_RESOURCEREQUESTERROR
public static final NlpErrorCode INTERNALERROR_SERVICECALLERROR
public static final NlpErrorCode INVALIDPARAMETER
public static final NlpErrorCode INVALIDPARAMETERVALUE_EMPTYVALUEERROR
public static final NlpErrorCode INVALIDPARAMETERVALUE_TEXTENCODEERROR
public static final NlpErrorCode INVALIDPARAMETERVALUE_TEXTFORMATERROR
public static final NlpErrorCode INVALIDPARAMETERVALUE_TEXTNUMTOOMUCH
public static final NlpErrorCode INVALIDPARAMETERVALUE_TEXTTOOLONG
public static final NlpErrorCode INVALIDPARAMETERVALUE_VALUERANGEERROR
public static final NlpErrorCode LIMITEXCEEDED_RESOURCEREACHEDLIMIT
public static final NlpErrorCode REQUESTLIMITEXCEEDED_UINLIMITEXCEEDED
public static final NlpErrorCode RESOURCEINUSE_NAMEEXISTS
public static final NlpErrorCode RESOURCEINUSE_RESOURCEOPERATING
public static final NlpErrorCode RESOURCEINSUFFICIENT_QUOTARUNOUT
public static final NlpErrorCode RESOURCENOTFOUND_DATANOTFOUND
public static final NlpErrorCode RESOURCENOTFOUND_FILENOTFOUND
public static final NlpErrorCode RESOURCEUNAVAILABLE
public static final NlpErrorCode RESOURCEUNAVAILABLE_FILEUNAVAILABLE
public static final NlpErrorCode RESOURCEUNAVAILABLE_SERVICENOTOPENEDERROR
public static final NlpErrorCode UNAUTHORIZEDOPERATION_AUTHENTICATEFAILED
public static NlpErrorCode[] values()
for (NlpErrorCode c : NlpErrorCode.values()) System.out.println(c);
public static NlpErrorCode 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.