public static enum TaskErrorMeta.TaskErrorType extends Enum<TaskErrorMeta.TaskErrorType>
| Enum Constant and Description |
|---|
COMMAND_MANAGER_ERROR
The command manager error.
|
GLOBAL_TIMEOUT
The global timeout.
|
UNKNOWN
The unknown.
|
USER_CANCELED
User canceled
|
VALIDATION_ERROR
The validation error.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskErrorMeta.TaskErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskErrorMeta.TaskErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskErrorMeta.TaskErrorType VALIDATION_ERROR
public static final TaskErrorMeta.TaskErrorType GLOBAL_TIMEOUT
public static final TaskErrorMeta.TaskErrorType COMMAND_MANAGER_ERROR
public static final TaskErrorMeta.TaskErrorType USER_CANCELED
public static final TaskErrorMeta.TaskErrorType UNKNOWN
public static TaskErrorMeta.TaskErrorType[] values()
for (TaskErrorMeta.TaskErrorType c : TaskErrorMeta.TaskErrorType.values()) System.out.println(c);
public static TaskErrorMeta.TaskErrorType 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 nullCopyright © 2015–2016 eBay. All rights reserved.