Ash.Error.Invalid.NonStreamableAction exception (ash v3.4.68)

View Source

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

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Ash.Error.Invalid.NonStreamableAction{
  __exception__: true,
  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