View Source Ash.BulkResult (ash v3.0.0)
The return value for bulk actions.
Summary
Types
@type t() :: %Ash.BulkResult{ error_count: non_neg_integer(), errors: [Ash.Error.t() | Ash.Changeset.t()] | nil, notifications: [Ash.Notifier.Notification.t()] | nil, records: [Ash.Resource.record()] | nil, status: :success | :partial_success | :error }