Class EventError

This class represents an error that occurred during the execution of an event.

Hierarchy

  • EventError

Constructors

Properties

Methods

Constructors

  • Creates a new instance.

    Parameters

    • eventName: string

      The name of the event.

    • errorMessage: string

      The error message.

    Returns EventError

Properties

errorMessage: string

The error message.

eventName: string

The name of the event.

Methods

  • Returns a readable string based on the event name and error message.

    Returns string

Generated using TypeDoc