Go to repository

Class InvalidOperationAtEODError

The error to produce when a function that is not supposed to be used at EndOfDocument is called.

Hierarchy (view full)

Constructors

Properties

Constructors

The constructor for InvalidOperationAtEODError errors.

Parameters

  • operation: string

    A string indicating which function produced the error.

  • context: string

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

Returns InvalidOperationAtEODError

Properties

Readonly
context: string

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

Readonly
operation: string

A string indicating which function produced the error.