Class: ConfigurationError
Defined in: ts/src/errors.ts:32
Raised when pagination configuration is invalid.
Extends
Constructors
Constructor
new ConfigurationError(
message,options?):ConfigurationError
Defined in: ts/src/errors.ts:19
Parameters
message
string
options?
PaginateErrorOptions = {}
Returns
ConfigurationError
Inherited from
Properties
cause?
optionalcause?:unknown
Defined in: website/node_modules/typescript/lib/lib.es2022.error.d.ts:24
Inherited from
details
readonlydetails:Readonly<Record<string,unknown>>
Defined in: ts/src/errors.ts:17
Structured, programmatic detail payload (mirrors pypaginate's details).
Inherited from
message
message:
string
Defined in: website/node_modules/typescript/lib/lib.es5.d.ts:1075
Inherited from
name
name:
string
Defined in: website/node_modules/typescript/lib/lib.es5.d.ts:1074
Inherited from
stack?
optionalstack?:string
Defined in: website/node_modules/typescript/lib/lib.es5.d.ts:1076