# 33103

## Description <a href="#not-found" id="not-found"></a>

Raised when an invalid pagination value is provided while listing resources.

## Possible Causes <a href="#not-found-1" id="not-found-1"></a>

Invalid values were provided in the pagination request.

## Possible Solutions <a href="#not-found-2" id="not-found-2"></a>

* Ensure that Page is a positive integer.&#x20;
* Ensure that PageSize is a positive integer and does not exceed 1000.
* Ensure that PageToken is valid and obtained from a previous request.
