Ash.Error.Query.NoReadAction exception (ash v3.4.68)

View Source

Used when a resource would be read but has no read action

Summary

Functions

exception(args)

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

Create an Elixir.Ash.Error.Query.NoReadAction without raising it.

Keys

  • :resource
  • :when