npm.io
0.0.17 • Published 1 year ago

@serverless-devs/utils

Licence
MIT
Version
0.0.17
Deps
5
Size
49 kB
Vulns
0
Weekly
0

Exception

  • ApiException Api 异常
{
	code: 200,
	type: "api",
	requestId: '',
	content: "",
}
  • CheckedException 编译时异常,是在编译时就可以被捕获的异常
{
	type: "checked",
	content: "",
}
  • UncaughtException 编译时异常,是在编译时就可以被捕获的异常
{
	type: "uncaught",
	content: "",
}