public enum SdkErrorCodes extends java.lang.Enum<SdkErrorCodes>
| Enum Constant and Description |
|---|
FC_ERR_SDK001 |
FC_ERR_SDK002 |
FC_ERR_SDK003 |
FC_ERR_SDK004 |
FC_ERR_SDK005 |
FC_ERR_SDK006 |
FC_ERR_SDK007 |
FC_ERR_SDK008 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorMessage() |
static SdkErrorCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SdkErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SdkErrorCodes FC_ERR_SDK001
public static final SdkErrorCodes FC_ERR_SDK002
public static final SdkErrorCodes FC_ERR_SDK003
public static final SdkErrorCodes FC_ERR_SDK004
public static final SdkErrorCodes FC_ERR_SDK005
public static final SdkErrorCodes FC_ERR_SDK006
public static final SdkErrorCodes FC_ERR_SDK007
public static final SdkErrorCodes FC_ERR_SDK008
public static SdkErrorCodes[] values()
for (SdkErrorCodes c : SdkErrorCodes.values()) System.out.println(c);
public static SdkErrorCodes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getErrorMessage()