AshAge.Errors.UnsupportedFilter exception (AshAge v1.0.0)

Copy Markdown View Source

Error for unsupported filter operations.

Carries only structural information — the operator/function module and the referenced field name. The filtered value is deliberately never captured, so neither the message nor any log line built from it can leak PII/secrets.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %AshAge.Errors.UnsupportedFilter{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  field: term(),
  operator: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.AshAge.Errors.UnsupportedFilter without raising it.

Keys

  • :operator
  • :field