# `Ash.Error.Changes.InvalidChanges`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/error/changes/invalid_changes.ex#L5)

Used when a change is provided that covers multiple attributes/relationships

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Ash.Error.Changes.InvalidChanges{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  fields: term(),
  message: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  validation: term(),
  value: term(),
  vars: term()
}
```

Create an `Elixir.Ash.Error.Changes.InvalidChanges` without raising it.

## Keys

- :fields
- :message
- :validation
- :value

---

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