@serverless-devs/utils
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

Exception

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

Readme

Keywords

none

Package Sidebar

Install

npm i @serverless-devs/utils

Weekly Downloads

162

Version

0.0.15

License

MIT

Unpacked Size

43.1 kB

Total Files

60

Last publish

Collaborators

  • serverlessfans
  • heimanba
  • xsahxl