public enum SdkError extends Enum<SdkError>
| Enum Constant and Description |
|---|
EENCODING |
EHTTP |
EINTERNAL |
ENOAPI |
ENOFILE |
ERESP |
ESIGN |
EUPLOAD |
SUCCESS |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static String |
getErrorDesc(SdkError errorType) |
int |
getNumber() |
static SdkError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SdkError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SdkError UNKNOWN
public static final SdkError SUCCESS
public static final SdkError ENOAPI
public static final SdkError ENOFILE
public static final SdkError ERESP
public static final SdkError ESIGN
public static final SdkError EHTTP
public static final SdkError EINTERNAL
public static final SdkError EENCODING
public static final SdkError EUPLOAD
public static SdkError[] values()
for (SdkError c : SdkError.values()) System.out.println(c);
public static SdkError 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 final int getNumber()
Copyright © 2021. All rights reserved.