⚠️ Internal: This API is not publically exported by the package.
      interface ErrorEvent {
          error: any;
          message: string;
          target: WebSocket.WebSocket;
          type: string;
      }

      Properties

      error: any
      message: string
      type: string