Ash.Error.Changes.InvalidRelationship exception (ash v3.4.68)

View Source

Used when an invalid value is provided for a relationship change

Summary

Functions

exception(msg)

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

Create an Elixir.Ash.Error.Changes.InvalidRelationship without raising it.

Keys

  • :relationship
  • :message