# `Ash.Error.Query.InvalidPage`
[🔗](https://github.com/ash-project/ash/blob/v3.24.7/lib/ash/error/query/invalid_page.ex#L5)

Used when an invalid page option is provided

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Ash.Error.Query.InvalidPage{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  page: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.Ash.Error.Query.InvalidPage` without raising it.

## Keys

- :page

---

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