Skip to content

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

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

属性

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>

packages/faas/io/types/base.d.ts