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

View Source

A placeholder exception that the user should never see

Summary

Functions

exception(args)

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

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

Keys

  • :authorizer