异常
12079用法规范
-- service 内引入
const { BizError, errorInfoEnum } = require('../constant/error');
-- 使用
throw new BizError(errorInfoEnum.disable_edit_appaId)
异常总览
错误码 | 错误原因 |
---|---|
data_expection | 数据异常 |
disable_edit_appaId | 禁止操作的帐套 |
not_support_appaStandard | 不支持的会计准则 |
jianghuKnex_appaId_error | 请选择账套 |
resource_not_support | 协议不支持 |
subject_not_exist | 科目不存在 |
subject_can_not_be_remove | 科目不能被删除 |
subject_has_voucher_entry | 该科目有凭证正在使用 |
subject_report_formula | 该科目有报表公式正在使用 |
subject_has_report_formula | 该科目有报表公式正在使用 |
voucher_not_exist | 凭证不存在 |
period_not_exist | 会计期间不存在 |
period_has_template_voucher | 请先删除会计期间的结转凭证 |
pre_period_not_exist | 上一个会计期间不存在 |
period_has_checkout | 会计期间已结账 |
voucherId_exist | 凭证字号已存在 |
invoice_entry_list_must_has_data | 发票数据不能为空 |
invoice_entry_id_not_exist | 发票ID不存在 |
salary_entry_id_not_exist | 工资ID不存在 |
salary_entry_import_data_is_empty | 导入数据为空 |
invoice_entry_not_exist | 发票不存在 |
salary_entry_not_exist | 工资条不存在 |
not_admin | 非管理员 |
user_not_appa_manager | 非帐套管理员 |