Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkSystemError

Package version

Describes the fields on a Node.js SystemError. Omits fields that are not related to network calls (e.g. file system calls). See https://nodejs.org/dist/latest-v12.x/docs/api/errors.html#errors_class_systemerror

Hierarchy

  • NetworkSystemError

Index

Properties

Optional address

address: undefined | string

code

code: string

errno

errno: string | number

Optional info

info: any

message

message: string

name

name: string

Optional port

port: undefined | number

stack

stack: string

syscall

syscall: string

Generated using TypeDoc