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

Used when a filter predicate that does not exist is referenced

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Ash.Error.Query.NoSuchFilterPredicate{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  key: term(),
  message: term(),
  path: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  value: term(),
  vars: term()
}
```

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

## Keys

- :message
- :value
- :key
- :resource

---

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