Skip to content

IOError

<internal>.IOError

Hierarchy

  • Error

    IOError

Constructors

constructor

new IOError(message?): IOError

参数

NameType
message?string

返回值

IOError

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

参数

NameType
message?string
options?ErrorOptions

返回值

IOError

Inherited from

Error.constructor

源码

node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es5.d.ts:1082

Properties

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