View Source Ash.Error.Forbidden exception (ash v2.21.12)

Used when authorization for an action fails

Summary

Types

@type t() :: %Ash.Error.Forbidden{
  __exception__: true,
  changeset: term(),
  class: term(),
  error_context: term(),
  errors: term(),
  path: term(),
  query: term(),
  stacktrace: term(),
  vars: term()
}

Functions