# `Ash.Error.Invalid.NonStreamableAction`
[🔗](https://github.com/ash-project/ash/blob/v3.27.8/lib/ash/error/invalid/non_streamable_action.ex#L5)

Used when Ash.stream is used with an action that does not support keyset pagination

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Ash.Error.Invalid.NonStreamableAction{
  __exception__: term(),
  action: term(),
  bread_crumbs: term(),
  class: term(),
  for_bulk_destroy: term(),
  for_bulk_update: term(),
  path: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  types: term(),
  vars: term()
}
```

Create an `Elixir.Ash.Error.Invalid.NonStreamableAction` without raising it.

## Keys

- :resource
- :action
- :for_bulk_update
- :for_bulk_destroy
- :types

---

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