View Source AshPagify.Error.Query.InvalidParamsError exception (ash_pagify v1.1.1)

Raised when parameter validation fails.

This can occur under a number of circumstances, such as:

  • Pagination parameters are improperly formatted or invalid.
  • Filter values are incompatible with the respective field's type or specified operator.
  • Ordering parameters are not provided in the correct format.

Summary

Types

@type t() :: %AshPagify.Error.Query.InvalidParamsError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  errors: keyword(),
  params: map(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Functions