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

Returned when one of the nested parameters provided in the query parameter `page` is invalid

# `exception`

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

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

## Keys

- :detail

---

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