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

BenefitGrantError

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BenefitGrantError{
  message: String.t() | nil,
  timestamp: String.t() | nil,
  type: String.t() | nil
}
```

* `message`
* `timestamp`
* `type`

# `schema_name`

---

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