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:1082
• 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:1082
属性
code
• code: number
packages/uni-mp/io/types/base.d.ts:112
displayMessage
• displayMessage: string
packages/uni-mp/io/types/base.d.ts:113
info
• info: Record<string, any>
packages/uni-mp/io/types/base.d.ts:114