# `Ash.Error.Query.InvalidLoad`
[🔗](https://github.com/ash-project/ash/blob/v3.27.8/lib/ash/error/query/invalid_load.ex#L5)

Used when an invalid load is provided

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Ash.Error.Query.InvalidLoad{
  __exception__: term(),
  bread_crumbs: term(),
  class: term(),
  load: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.Ash.Error.Query.InvalidLoad` without raising it.

## Keys

- :load

---

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