errors

Namespace for all custom error types supported by the library.

In addition to the custom error type used by each method (regular error), they can also reject with TypeError when receiving invalid input parameters.

Properties:
Name Type Description
BatchError function

BatchError class.

Represents regular errors that can be reported by method batch.

PageError function

PageError class.

Represents regular errors that can be reported by method page.

SequenceError function

SequenceError class.

Represents regular errors that can be reported by method sequence.

Source:

Classes

BatchError
PageError
SequenceError