@serverless-devs/utils
v0.0.16
Published
utils for serverless-devs
Downloads
1,440
Readme
Exception
- ApiException Api 异常
{
code: 200,
type: "api",
requestId: '',
content: "",
}
- CheckedException 编译时异常,是在编译时就可以被捕获的异常
{
type: "checked",
content: "",
}
- UncaughtException 编译时异常,是在编译时就可以被捕获的异常
{
type: "uncaught",
content: "",
}