public enum TiiaErrorCode extends Enum<TiiaErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TiiaErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiiaErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TiiaErrorCode FAILEDOPERATION_DOWNLOADERROR
public static final TiiaErrorCode FAILEDOPERATION_EMPTYIMAGEERROR
public static final TiiaErrorCode FAILEDOPERATION_IMAGEDECODEFAILED
public static final TiiaErrorCode FAILEDOPERATION_IMAGENOTSUPPORTED
public static final TiiaErrorCode FAILEDOPERATION_IMAGEUNQUALIFIED
public static final TiiaErrorCode FAILEDOPERATION_INVOKECHARGEERROR
public static final TiiaErrorCode FAILEDOPERATION_RECOGNIZEFAILDED
public static final TiiaErrorCode FAILEDOPERATION_REQUESTTIMEOUT
public static final TiiaErrorCode FAILEDOPERATION_SERVERERROR
public static final TiiaErrorCode FAILEDOPERATION_TOOLARGEFILEERROR
public static final TiiaErrorCode FAILEDOPERATION_UNKNOWERROR
public static final TiiaErrorCode FAILEDOPERATION_UNOPENERROR
public static final TiiaErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETERVALUELIMIT
public static final TiiaErrorCode INVALIDPARAMETERVALUE_NOFACEINPHOTO
public static final TiiaErrorCode LIMITEXCEEDED_TOOLARGEFILEERROR
public static final TiiaErrorCode RESOURCEUNAVAILABLE_INARREARS
public static final TiiaErrorCode RESOURCEUNAVAILABLE_NOTEXIST
public static final TiiaErrorCode RESOURCESSOLDOUT_CHARGESTATUSEXCEPTION
public static TiiaErrorCode[] values()
for (TiiaErrorCode c : TiiaErrorCode.values()) System.out.println(c);
public static TiiaErrorCode 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 © 2021. All rights reserved.