gRPC

11 OUT_OF_RANGE

The operation was attempted past the valid range. For example, seeking or reading past the end of a file.

Quand vous voyez ce code

A pagination offset exceeded the available data, or an iterator moved past the end of a collection. Unlike INVALID_ARGUMENT, this depends on the current state of the data.

Comment résoudre

Check the valid range before making the request. For pagination, use the total count or next-page token to avoid requesting beyond the last page.

Spécification

Voir RFC / Spécification →

Guides

Glossaire