# `AshJsonApi.Error.ConflictingParams`
[🔗](https://github.com/ash-project/ash_json_api/blob/v1.6.5/lib/ash_json_api/error/conflicting_params.ex#L5)

Returned when path parameters and query parameters have conflicting names

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %AshJsonApi.Error.ConflictingParams{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  conflicting_keys: term(),
  detail: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.AshJsonApi.Error.ConflictingParams` without raising it.

## Keys

- :conflicting_keys
- :detail

---

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