View Source Ash.Resource.Validation.Context (ash v3.0.2)
Context for a validation.
Summary
Types
@type t() :: %Ash.Resource.Validation.Context{ actor: Ash.Resource.record() | nil, authorize?: boolean() | nil, bulk?: boolean(), message: String.t() | nil, tenant: term(), tracer: Ash.Tracer.t() | [Ash.Tracer.t()] | nil }