
<h1 class="has-pills">
  BuildRetryFailedJobsStates
  <span data-algolia-exclude><span class="pill pill--enum pill--normal-case pill--large"><code>ENUM</code></span></span>
</h1>

The failure types that can be retried when retrying failed jobs in a build



| **`CANCELED`** Jobs that were canceled |
| --- |
| **`EXPIRED`** Jobs that expired before being picked up by an agent |
| **`FAILED`** Hard-failed jobs (non-zero exit status not matching soft fail rules, or canceled/expired jobs with no exit status) |
| **`SOFT_FAILED`** Soft-failed jobs (non-zero exit status, matching soft fail rules) |
| **`TIMED_OUT`** Jobs that timed out |


