Appearance
IOError
Hierarchy
Error↳
IOError
Constructors
constructor
• new IOError(message?): IOError
参数
| Name | Type |
|---|---|
message? | string |
返回值
Inherited from
Error.constructor
node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es5.d.ts
• new IOError(message?, options?): IOError
参数
| Name | Type |
|---|---|
message? | string |
options? | ErrorOptions |
返回值
Inherited from
Error.constructor
node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es5.d.ts
属性
code
• code: number
packages/faas/io/types/base.d.ts
displayMessage
• displayMessage: string
packages/faas/io/types/base.d.ts
info
• info: Record<string, any>