[]
        
(Showing Draft Content)

ErrorEventArgs

Type Alias: ErrorEventArgs

type ErrorEventArgs = object & EventArgs;

Error event arguments.

Type declaration

exception?

readonly optional exception: any;

Exception object.

message

readonly message: string;

Message.

type

readonly type: "open" | string;

Event type