Interface IErrorEvent

Emitted when detecting a general error condition.

interface IErrorEvent {
    message: string;
}

Properties

Properties

message: string

Generated using TypeDoc