Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SystemError

Interface representing a Node.js SystemError.

Hierarchy

  • Error
    • SystemError

Index

Properties

code

code: string

errno

errno: string | number

message

message: string

name

name: string

Optional stack

stack: string

syscall

syscall: string

Generated using TypeDoc