View Source Ash.BulkResult (ash v2.21.12)

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
}