Go to repository

Class InvalidOperationAtEOIError

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

Hierarchy (view full)

Constructors

Properties

Constructors

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 InvalidOperationAtEOIError

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.