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