Schema
ErrorAction
Action to take on error.
| Field | Type | Description |
|---|---|---|
actionrequired | string | Action type: retry, goto, pause, fail, skip |
target | string | null | Target step for goto action |
message | string | null | Message for pause/fail actions |
wait | string | null | Wait duration |
max_attempts | integer | null | — |
pass_error | boolean | — |