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

Properties

error: any
message: string
type: string