Ash.Error.Forbidden.DomainRequiresActor exception (ash v3.4.68)

View Source

Used when a domain that has require_actor? true is provided no actor

Summary

Functions

exception(args)

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

Create an Elixir.Ash.Error.Forbidden.DomainRequiresActor without raising it.

Keys

  • :domain