UNPKG
cloud-error
Version:
latest (0.0.1)
0.0.1
node micservice custome error
cloud-error
/
README.md
9 lines
(7 loc)
•
199 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
# cloud-
error
自定义错误
```
// use method 1
const
cloudError =
new
CloudError(
500
,
'服务器内部错误'
,
500
);
// another method
const
e = E.INVALID_PARAM(
"用户名"
); ```