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

Used when a change is provided for an relationship that does not exist

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Ash.Error.Changes.NoSuchRelationship{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  path: term(),
  relationship: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

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

## Keys

- :resource
- :relationship

---

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