Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ErrnoException

An extented version of Error to make typescript happy. This has been copied from the official Node typings.

export
class

ErrnoException

extends

{Error}

Hierarchy

  • Error
    • ErrnoException

Index

Properties

Optional code

code: string

Optional errno

errno: number

Optional path

path: string

Optional stack

stack: string

Optional syscall

syscall: string

Static Error

Error: ErrorConstructor

Static message

message: string

Static name

name: string

Static Optional stack

stack: string

Generated using TypeDoc