# 33103: Paging information invalid

Log Type: APPLICATION

Log Level: ERROR

## Description

Raised whenever an invalid value for pagination while listing resources is provided.

### Possible causes

* You provided Invalid values for pagination requests.

### Possible solutions

* Ensure that `Page` is a positive integer.
* Ensure that `PageSize` is a positive integer and not greater than 1000.
* Ensure that `PageToken` is valid as provided by a previous request.
