Current section

Files

Jump to
ash_json_api lib ash_json_api error invalid_pagination.ex
Raw

lib/ash_json_api/error/invalid_pagination.ex

defmodule AshJsonApi.Error.InvalidPagination do
@moduledoc """
Returned when one of the nested parameters provided in the query parameter `page` is invalid
"""
@detail @moduledoc
@title "Invalid Pagination Parameter"
@status_code 400
use AshJsonApi.Error
end