# `Stripe.Resources.Sigma.ScheduledQueryRun.Error`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/sigma/scheduled_query_run.ex#L58)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Sigma.ScheduledQueryRun.Error{
  message: String.t() | nil
}
```

* `message` - Information about the run failure. Max length: 5000.

---

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