Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IOError

An error that signals that an I/O error has occurred.

Hierarchy

  • Error
    • IOError

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new IOError(message: string): IOError
  • The constructor creates IOError objects.

    Parameters

    • message: string

      The error message

    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"

The io_error error type

Methods

getType

  • getType(): string
  • Get the error type

    Returns string