public enum YoumallErrorCode extends Enum<YoumallErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static YoumallErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YoumallErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YoumallErrorCode FAILEDOPERATION_ACCOUNTEXIST
public static final YoumallErrorCode FAILEDOPERATION_BADFACEQUALITY
public static final YoumallErrorCode FAILEDOPERATION_EXTRACTFEATUREERROR
public static final YoumallErrorCode FAILEDOPERATION_FACENOTFOUND
public static final YoumallErrorCode FAILEDOPERATION_FACESIZEERROR
public static final YoumallErrorCode FAILEDOPERATION_HASEXISTPERSON
public static final YoumallErrorCode FAILEDOPERATION_INNERERROR
public static final YoumallErrorCode FAILEDOPERATION_MULTIFACEDETECTED
public static final YoumallErrorCode FAILEDOPERATION_NEEDGRANTROLEFIRST
public static final YoumallErrorCode FAILEDOPERATION_NODATA
public static final YoumallErrorCode FAILEDOPERATION_NOPERSON
public static final YoumallErrorCode FAILEDOPERATION_NORIGHT
public static final YoumallErrorCode FAILEDOPERATION_NOTMATCHSHOPCODE
public static final YoumallErrorCode FAILEDOPERATION_OTHERS
public static final YoumallErrorCode FAILEDOPERATION_PARAMETERERROR
public static final YoumallErrorCode FAILEDOPERATION_PROCESSFAIL
public static final YoumallErrorCode INTERNALERROR
public static final YoumallErrorCode INTERNALERROR_DATAERROR
public static final YoumallErrorCode INTERNALERROR_DATAHASEXISTS
public static final YoumallErrorCode INTERNALERROR_INNERSERVERFAILED
public static final YoumallErrorCode INTERNALERROR_METADATAOPFAILED
public static final YoumallErrorCode INTERNALERROR_USERNOTEXIST
public static final YoumallErrorCode INVALIDPARAMETER
public static final YoumallErrorCode INVALIDPARAMETERVALUE
public static final YoumallErrorCode INVALIDPARAMETERVALUE_JSONPARSEERR
public static final YoumallErrorCode UNAUTHORIZEDOPERATION
public static YoumallErrorCode[] values()
for (YoumallErrorCode c : YoumallErrorCode.values()) System.out.println(c);
public static YoumallErrorCode 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.