public enum EccErrorCode extends Enum<EccErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static EccErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EccErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EccErrorCode INTERNALERROR
public static final EccErrorCode INTERNALERROR_CORRECTERROR
public static final EccErrorCode INTERNALERROR_DATAFORMATABNORMALERROR
public static final EccErrorCode INTERNALERROR_DATABASESERVERINTERNALERROR
public static final EccErrorCode INTERNALERROR_OCRERROR
public static final EccErrorCode INTERNALERROR_OCRSERVERINTERNERROR
public static final EccErrorCode INTERNALERROR_OTHERERROR
public static final EccErrorCode INTERNALERROR_OVERLOADERROR
public static final EccErrorCode INTERNALERROR_RECOGNIZEERROR
public static final EccErrorCode INTERNALERROR_SERVERCONNECTDOWNLOADERROR
public static final EccErrorCode INTERNALERROR_SPLITERROR
public static final EccErrorCode INVALIDPARAMETER_EMPTYPARAMETERERROR
public static final EccErrorCode INVALIDPARAMETER_INPUTERROR
public static final EccErrorCode INVALIDPARAMETER_TASKNOTFOUND
public static final EccErrorCode INVALIDPARAMETERVALUE_APPIDINVALIDERROR
public static final EccErrorCode INVALIDPARAMETERVALUE_DECODEIMAGEERROR
public static final EccErrorCode INVALIDPARAMETERVALUE_DOWNLOADIMAGEFAILERROR
public static final EccErrorCode INVALIDPARAMETERVALUE_EMPTYIMAGEERROR
public static final EccErrorCode INVALIDPARAMETERVALUE_IMAGEDOWNLOADFAILERROR
public static final EccErrorCode INVALIDPARAMETERVALUE_IMAGESIZEEXCEEDERROR
public static final EccErrorCode INVALIDPARAMETERVALUE_IMAGETOOBIGERROR
public static final EccErrorCode INVALIDPARAMETERVALUE_INPUTTYPEVALUEERROR
public static final EccErrorCode INVALIDPARAMETERVALUE_SESSIONERROR
public static final EccErrorCode INVALIDPARAMETERVALUE_URLFROMATIVADLIDERROR
public static final EccErrorCode LIMITEXCEEDED_FREQLIMITFORBIDDENACCESSERROR
public static final EccErrorCode RESOURCENOTFOUND_CANNOTFINDUSER
public static final EccErrorCode RESOURCENOTFOUND_SERVERNAMENOTEXISTINLICENSEERROR
public static final EccErrorCode RESOURCEUNAVAILABLE_AUTHORIZEERROR
public static final EccErrorCode UNAUTHORIZEDOPERATION_LICENSEINVALIDFORBIDDENACCESSERROR
public static final EccErrorCode UNAUTHORIZEDOPERATION_SERVERNAMEUNAUTHORIZEDINERROR
public static EccErrorCode[] values()
for (EccErrorCode c : EccErrorCode.values()) System.out.println(c);
public static EccErrorCode 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.