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_BALANCEINSUFFICIENT
public static final NlpErrorCode FAILEDOPERATION_ILLEGALTEXTERROR
public static final NlpErrorCode FAILEDOPERATION_INNERERROR
public static final NlpErrorCode FAILEDOPERATION_NOCOUPLETS
public static final NlpErrorCode FAILEDOPERATION_NOPOETRY
public static final NlpErrorCode FAILEDOPERATION_NORESULTS
public static final NlpErrorCode FAILEDOPERATION_NOTFOUNDDATA
public static final NlpErrorCode FAILEDOPERATION_REQUESTTIMEOUT
public static final NlpErrorCode FAILEDOPERATION_RESOURCEBUSY
public static final NlpErrorCode FAILEDOPERATION_RPCFAIL
public static final NlpErrorCode FAILEDOPERATION_TEXTEMBEDDINGFAILED
public static final NlpErrorCode FAILEDOPERATION_UNKNOWERROR
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 INTERNALERROR_SERVICEERROR
public static final NlpErrorCode INTERNALERROR_TEXTCLASSIFYERROR
public static final NlpErrorCode INTERNALERROR_TEXTPARSINGERROR
public static final NlpErrorCode INVALIDPARAMETER
public static final NlpErrorCode INVALIDPARAMETER_SERVICEERROR
public static final NlpErrorCode INVALIDPARAMETER_TEXTTOOLONGCODE
public static final NlpErrorCode INVALIDPARAMETERVALUE_EMPTYVALUEERROR
public static final NlpErrorCode INVALIDPARAMETERVALUE_GENRE
public static final NlpErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETER
public static final NlpErrorCode INVALIDPARAMETERVALUE_POETRYTYPE
public static final NlpErrorCode INVALIDPARAMETERVALUE_SENSITIVETEXT
public static final NlpErrorCode INVALIDPARAMETERVALUE_TARGETTYPE
public static final NlpErrorCode INVALIDPARAMETERVALUE_TEXT
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
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_FREEZE
public static final NlpErrorCode RESOURCEUNAVAILABLE_INARREARS
public static final NlpErrorCode RESOURCEUNAVAILABLE_ISOPENING
public static final NlpErrorCode RESOURCEUNAVAILABLE_NOTEXIST
public static final NlpErrorCode RESOURCEUNAVAILABLE_RECOVER
public static final NlpErrorCode RESOURCEUNAVAILABLE_SERVICENOTOPENEDERROR
public static final NlpErrorCode RESOURCEUNAVAILABLE_STOPUSING
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 © 2023. All rights reserved.