View Source Ash.BulkResult (ash v2.9.11)

The return value for bulk actions.

Link to this section Summary

Link to this section Types

@type t() :: %Ash.BulkResult{
  errors: [Ash.Error.t() | Ash.Changeset.t()] | nil,
  notifications: [Ash.Notifier.Notification.t()] | nil,
  records: [Ash.Resource.record()] | nil,
  status: :success | :partial_success | :error
}