Member Junction
    Preparing search index...

    Class AfterKeyNotSupportedError

    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.

    v5.x

    Hierarchy

    • Error
      • AfterKeyNotSupportedError
    Index

    Constructors

    Properties

    cause?: unknown
    EntityName: string
    message: string
    name: string
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void