AshJsonApi.Error.InvalidPagination exception (ash_json_api v1.4.30)

View Source

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

Summary

Functions

exception(args)

@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