INVALID_PAGINATION
- HTTP status
- 400
- Details payload
{ field: "cursor" | "limit", reason: string }
Remediation
Drop the cursor to start a fresh page, or bring the limit inside the documented range
Cause
The cursor or limit on a list request could not be used.
Fix
details.field names which one, and details.reason says why. Drop the cursor and start a fresh page, or bring the limit back inside the documented range.
splitch