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

View Source

Used when an invalid load is provided

Summary

Functions

exception(args)

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

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

Keys

  • :load