异常

12114

用法规范

  1. -- service 内引入
  2. const { BizError, errorInfoEnum } = require('../constant/error');
  3. -- 使用
  4. throw new BizError(errorInfoEnum.disable_edit_appaId)

异常总览

错误码 错误原因
data_expection 数据异常
album_queryType_error 查询类型不匹配
article_not_found 文章找不到
article_no_access 无权限访问
material_is_not_file 所选素材不是文件类型
path_invalid 无效的路径
target_file_not_exist 文件不存在
target_folder_invalid 粘贴目录不存在