Overview
In sandbox mode, you can simulate different job outcomes by passing specific values in thex-deck-sandbox header.
| Header value | Outcome | Occurrence |
|---|---|---|
job-failed | Generic job failure | The job execution failed due to an agent error or unexpected condition. |
error-input-values | Input validation error | The input provided for the job is invalid, incomplete, or does not match the expected schema. |
error-not-found | Data not found | The specified resource required for the job could not be found. |
error-system-error | System error | An unexpected system error occurred during the connection attempt. |
error-action-rejected | Action rejected | The requested action was rejected by the system or source. |
error-unexpected-error | Unexpected error | An unexpected error occurred that does not fit into other error categories. |
