public static enum DTrackSDK.Errors extends java.lang.Enum<DTrackSDK.Errors>
| Enum Constant and Description |
|---|
ERR_NET |
ERR_NONE |
ERR_PARSE |
ERR_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static DTrackSDK.Errors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DTrackSDK.Errors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DTrackSDK.Errors ERR_NET
public static final DTrackSDK.Errors ERR_NONE
public static final DTrackSDK.Errors ERR_PARSE
public static final DTrackSDK.Errors ERR_TIMEOUT
public static DTrackSDK.Errors[] values()
for (DTrackSDK.Errors c : DTrackSDK.Errors.values()) System.out.println(c);
public static DTrackSDK.Errors 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 null