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

View Source

Used when an invalid sort order is provided

Summary

Functions

exception(args)

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

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

Keys

  • :order