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

Used when an actor is referenced in a filter template, but no actor exists

# `exception`

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

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

## Keys

---

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