UNPKG

cloud-error

Version:

node micservice custome error

9 lines (7 loc) 199 B
# cloud-error 自定义错误 ``` // use method 1 const cloudError = new CloudError(500, '服务器内部错误', 500); // another method const e = E.INVALID_PARAM("用户名"); ```