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

View Source

Used when page[:count] option is passed but the action's pagination is not countable.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Ash.Error.Invalid.NonCountableAction{
  __exception__: true,
  action: term(),
  bread_crumbs: term(),
  class: term(),
  path: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Ash.Error.Invalid.NonCountableAction without raising it.

Keys

  • :resource
  • :action