The Failure object
A Failure says why a run failed or was cancelled. It is the failure field on a Run, from Get a run and the other run endpoints, and is null on a run that has not failed.
Fields
Field | Type | Description |
|---|---|---|
| string |
|
| string | What went wrong |
| boolean | Whether running it again can help |
| array of object | For an indicator or definition that stopped before producing anything: each has |
Errors and exit codes explains each kind and what to do about it.
