| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionError |
ExecutionError.clone() |
ExecutionError |
ExecutionStepResult.getError()
Specifies the details for an error, if it occurred during execution of the specified workflow step.
|
ExecutionError |
ExecutionError.withMessage(String message)
Specifies the descriptive message that corresponds to the
ErrorType. |
ExecutionError |
ExecutionError.withType(ExecutionErrorType type)
Specifies the error type.
|
ExecutionError |
ExecutionError.withType(String type)
Specifies the error type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionStepResult.setError(ExecutionError error)
Specifies the details for an error, if it occurred during execution of the specified workflow step.
|
ExecutionStepResult |
ExecutionStepResult.withError(ExecutionError error)
Specifies the details for an error, if it occurred during execution of the specified workflow step.
|
Copyright © 2024. All rights reserved.