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

View Source

Used when an invalid reference is used in a filter

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Ash.Error.Query.InvalidFilterReference{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  field: term(),
  path: term(),
  simple_equality?: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

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

Keys

  • :field
  • :simple_equality?