Go to repository

Class MismatchedInputsError

The error to produce when two positions related with different readers are used to determine a portion of the contents.

Hierarchy (view full)

Constructors

Properties

Constructors

The constructor for MismatchedInputsError errors.

Parameters

  • operation: string

    A string indicating which function inform as the producer of the error.

  • context: string

    A string indicating the context in which the function produce the error.

Returns MismatchedInputsError

Properties

Readonly
context: string

A string indicating the context in which the function produce the error.

Readonly
operation: string

A string indicating which function inform as the producer of the error.