/** 异常处理 * @description 如果中止请求, 请抛出 throw new Error('request about') */ export type IErrorHandler = (e: Error | string) => Promise | void