| Package | Description |
|---|---|
| io.parallec.core.task |
| Modifier and Type | Method and Description |
|---|---|
TaskErrorMeta.TaskErrorType |
TaskErrorMeta.getType()
Gets the type.
|
static TaskErrorMeta.TaskErrorType |
TaskErrorMeta.TaskErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskErrorMeta.TaskErrorType[] |
TaskErrorMeta.TaskErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskErrorMeta.setType(TaskErrorMeta.TaskErrorType type)
Sets the type.
|
| Constructor and Description |
|---|
TaskErrorMeta(TaskErrorMeta.TaskErrorType type,
String details)
Instantiates a new task error meta.
|
TaskErrorMeta(TaskErrorMeta.TaskErrorType type,
String details,
Throwable throwable)
Instantiates a new task error meta.
|
Copyright © 2015–2017 eBay. All rights reserved.