public enum HcmErrorCode extends Enum<HcmErrorCode>
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static HcmErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static HcmErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final HcmErrorCode FAILEDOPERATION_CHARGECOUNTERROR
public static final HcmErrorCode INTERNALERROR_ENGINEREQUESTFAILED
public static final HcmErrorCode INTERNALERROR_ENGINERESULTERROR
public static final HcmErrorCode INTERNALERROR_INITIALPARAMETERERROR
public static final HcmErrorCode INTERNALERROR_SERVERINTERNALERROR
public static final HcmErrorCode INVALIDPARAMETERVALUE_CANNOTFINDIMAGEERROR
public static final HcmErrorCode INVALIDPARAMETERVALUE_CANNOTFINDSESSION
public static final HcmErrorCode INVALIDPARAMETERVALUE_EMPTYIMAGEERROR
public static final HcmErrorCode INVALIDPARAMETERVALUE_EMPTYINPUTERROR
public static final HcmErrorCode INVALIDPARAMETERVALUE_EXCEEDDOWNLOADIMAGESIZEERROR
public static final HcmErrorCode INVALIDPARAMETERVALUE_FAILDECODEERROR
public static final HcmErrorCode INVALIDPARAMETERVALUE_FAILDOWNLOADIMAGEERROR
public static final HcmErrorCode INVALIDPARAMETERVALUE_FAILRECOGNIZEERROR
public static final HcmErrorCode INVALIDPARAMETERVALUE_INVALIDIMAGEERROR
public static final HcmErrorCode RESOURCENOTFOUND_CANNOTFINDUSER
public static HcmErrorCode[] values()
for (HcmErrorCode c : HcmErrorCode.values()) System.out.println(c);
public static HcmErrorCode 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 © 2025. All rights reserved.