Thrown by RunView / RunViews when AfterKey is provided but cannot be honored.
See the keyset-pagination guide for caller patterns. The most common case is CompositePK:
an entity with a composite primary key cannot use keyset pagination in v1 — callers should
either iterate with OFFSET-based StartRow (acceptable for small result sets) or restructure
the workload around a single-PK projection.
Thrown by RunView / RunViews when
AfterKeyis provided but cannot be honored.See the keyset-pagination guide for caller patterns. The most common case is
CompositePK: an entity with a composite primary key cannot use keyset pagination in v1 — callers should either iterate with OFFSET-basedStartRow(acceptable for small result sets) or restructure the workload around a single-PK projection.Since
v5.x