public enum FtErrorCode extends Enum<FtErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static FtErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FtErrorCode FAILEDOPERATION
public static final FtErrorCode FAILEDOPERATION_CANCELJOBFAILURE
public static final FtErrorCode FAILEDOPERATION_DETECTNOFACE
public static final FtErrorCode FAILEDOPERATION_FACEDETECTFAILED
public static final FtErrorCode FAILEDOPERATION_FACEEXCEEDBORDER
public static final FtErrorCode FAILEDOPERATION_FACESHAPEFAILED
public static final FtErrorCode FAILEDOPERATION_FACESIZETOOSMALL
public static final FtErrorCode FAILEDOPERATION_FREQCTRL
public static final FtErrorCode FAILEDOPERATION_IMAGEDECODEFAILED
public static final FtErrorCode FAILEDOPERATION_IMAGEDOWNLOADERROR
public static final FtErrorCode FAILEDOPERATION_IMAGENOTSUPPORTED
public static final FtErrorCode FAILEDOPERATION_IMAGEPIXELEXCEED
public static final FtErrorCode FAILEDOPERATION_IMAGERESOLUTIONEXCEED
public static final FtErrorCode FAILEDOPERATION_IMAGERESOLUTIONTOOSMALL
public static final FtErrorCode FAILEDOPERATION_INNERERROR
public static final FtErrorCode FAILEDOPERATION_JOBCONFLICT
public static final FtErrorCode FAILEDOPERATION_JOBHASBEENCANCELED
public static final FtErrorCode FAILEDOPERATION_JOBNOTEXIST
public static final FtErrorCode FAILEDOPERATION_JOBSTOPPROCESSING
public static final FtErrorCode FAILEDOPERATION_REQUESTENTITYTOOLARGE
public static final FtErrorCode FAILEDOPERATION_REQUESTTIMEOUT
public static final FtErrorCode FAILEDOPERATION_RPCFAIL
public static final FtErrorCode FAILEDOPERATION_TASKNOTEXIST
public static final FtErrorCode INTERNALERROR
public static final FtErrorCode INVALIDPARAMETER
public static final FtErrorCode INVALIDPARAMETERVALUE
public static final FtErrorCode INVALIDPARAMETERVALUE_FACERECTINVALID
public static final FtErrorCode INVALIDPARAMETERVALUE_FACERECTINVALIDFIRST
public static final FtErrorCode INVALIDPARAMETERVALUE_FACERECTINVALIDSECOND
public static final FtErrorCode INVALIDPARAMETERVALUE_FACERECTINVALIDTHRID
public static final FtErrorCode INVALIDPARAMETERVALUE_IMAGEEMPTY
public static final FtErrorCode INVALIDPARAMETERVALUE_IMAGESIZEEXCEED
public static final FtErrorCode INVALIDPARAMETERVALUE_NOFACEINPHOTO
public static final FtErrorCode INVALIDPARAMETERVALUE_PARAMETERVALUEERROR
public static final FtErrorCode INVALIDPARAMETERVALUE_URLILLEGAL
public static final FtErrorCode RESOURCEUNAVAILABLE_DELIVERING
public static final FtErrorCode RESOURCEUNAVAILABLE_FREEZE
public static final FtErrorCode RESOURCEUNAVAILABLE_GETAUTHINFOERROR
public static final FtErrorCode RESOURCEUNAVAILABLE_INARREARS
public static final FtErrorCode RESOURCEUNAVAILABLE_LOWBALANCE
public static final FtErrorCode RESOURCEUNAVAILABLE_NOTEXIST
public static final FtErrorCode RESOURCEUNAVAILABLE_NOTREADY
public static final FtErrorCode RESOURCEUNAVAILABLE_RECOVER
public static final FtErrorCode RESOURCEUNAVAILABLE_STOPUSING
public static final FtErrorCode RESOURCEUNAVAILABLE_UNKNOWNSTATUS
public static final FtErrorCode RESOURCESSOLDOUT_CHARGESTATUSEXCEPTION
public static final FtErrorCode UNSUPPORTEDOPERATION_UNKNOWMETHOD
public static FtErrorCode[] values()
for (FtErrorCode c : FtErrorCode.values()) System.out.println(c);
public static FtErrorCode 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.