# `Ash.BulkResult`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/bulk_result.ex#L5)

The return value for bulk actions.

# `t`

```elixir
@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
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
