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

View Source

Used when attempting to sort on a field that cannot be used for sorting

Summary

Functions

exception(args)

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

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

Keys

  • :resource
  • :field
  • :reason