0.0.17 • Published 4 months ago

@serverless-devs/utils v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Exception

npm.io

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