View Source
Ash.Error.Forbidden exception
(ash v2.19.3)
Used when authorization for an action fails
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()
}