interface ErrorEvent {
    error: any;
    message: string;
    target: WebSocket;
    type: string;
}

Properties

error: any
message: string
target: WebSocket
type: string