lite-ts-error
TypeScript icon, indicating that this package has built-in type declarations

11.7.1 • Public • Published

Version

代码

Error - 错误

  • CustomError - 自定义
const code: number;
const data: any;
const err: Error = new CustomError(code, data);

ErrorCode - 错误码

编码 说明
1 提醒
2 警告
501 api不存在
502 认证
503 验证
504 超时
505 数值不足
599 其他异常

Readme

Keywords

Package Sidebar

Install

npm i lite-ts-error

Weekly Downloads

1

Version

11.7.1

License

GPL-3.0

Unpacked Size

39.2 kB

Total Files

9

Last publish

Collaborators

  • ahl5esoft