# `Ash.Error.Forbidden.CannotFilterCreates`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/error/forbidden/cannot_filter_creates.ex#L5)

Used when a create action would be filtered

# `exception`

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

Create an `Elixir.Ash.Error.Forbidden.CannotFilterCreates` without raising it.

## Keys

- :filter

---

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