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

Used when an invalid value is provided for a filter

# `exception`

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

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

## Keys

- :message
- :value
- :context

---

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