Ash.Error.Framework.UnsupportedSubject exception (ash v3.5.33)

View Source

Used when a subject is provided to a validation or preparation that it does not support

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Ash.Error.Framework.UnsupportedSubject{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  module: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  subject: term(),
  vars: term()
}

Create an Elixir.Ash.Error.Framework.UnsupportedSubject without raising it.

Keys

  • :subject
  • :module