Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IOError

Hierarchy

  • Error
    • IOError

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new IOError(message: string): IOError
  • Parameters

    • message: string

    Returns IOError

Properties

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Static type

type: "io_error" = "io_error"

Methods

getType

  • getType(): string