Ash.Error.Query.InvalidExpression exception (ash v3.4.71)

View Source

Used when an invalid expression is used in a filter

Summary

Functions

exception(msg)

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

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

Keys

  • :expression
  • :message