文件名称:aggregate-error:从多个错误中创建一个错误
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-19 01:22:29
JavaScript
汇总错误
从多个错误中创建一个错误
注意:使用,现在有一个内置的类型。
安装
$ npm install aggregate-error
用法
import AggregateError from 'aggregate-error' ;
const error = new AggregateError ( [ new Error ( 'foo' ) , 'bar' , { message : 'baz' } ] ) ;
throw error ;
/*
AggregateError:
Error: foo
at Object.
【文件预览】:
aggregate-error-main
----index.test-d.ts(731B)
----.gitattributes(19B)
----.github()
--------workflows()
----test.js(1KB)
----license(1KB)
----index.d.ts(2KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(1KB)
----readme.md(2KB)
----package.json(832B)