# `PolarExpress.Schemas.OrderNotEligibleForRetry`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/order_not_eligible_for_retry.ex#L2)

OrderNotEligibleForRetry

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.OrderNotEligibleForRetry{
  detail: String.t() | nil,
  error: String.t() | nil
}
```

* `detail`
* `error`

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
