export interface SocketErrorEvent { /** * 错误信息 */ errMsg: string; }