Class

PagingError

PagingError(msg)

Constructor

# new PagingError(msg)

Represents errors that occur during pagination setup or execution

Error thrown during pagination operations

Parameters:
Name Type Description
msg string | Error

The error message or Error object

View Source query/errors.ts, line 15