# `Ash.Error.Invalid.NoMatchingBulkStrategy`
[🔗](https://github.com/ash-project/ash/blob/v3.27.8/lib/ash/error/invalid/no_matching_bulk_strategy.ex#L5)

Used when an identity name is used that does not reference identity on the resource

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Ash.Error.Invalid.NoMatchingBulkStrategy{
  __exception__: term(),
  action: term(),
  bread_crumbs: term(),
  class: term(),
  footer: term(),
  not_atomic_batches_reason: term(),
  not_atomic_reason: term(),
  not_stream_reason: term(),
  path: term(),
  requested_strategies: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.Ash.Error.Invalid.NoMatchingBulkStrategy` without raising it.

## Keys

- :resource
- :action
- :requested_strategies
- :not_stream_reason
- :not_atomic_batches_reason
- :not_atomic_reason
- :footer

---

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