Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional code

code: undefined | string

string code identifying the error, for example ‘EAUTH’ is returned when authentication

Optional command

command: undefined | string

command which provoked an error

Optional errno

errno: undefined | number

message

message: string

name

name: string

Optional path

path: undefined | string

Optional response

response: undefined | string

the last response received from the server (if the error is caused by an error response from the server)

Optional responseCode

responseCode: undefined | number

the numeric response code of the response string (if available)

Optional stack

stack: undefined | string

Optional syscall

syscall: undefined | string

Generated using TypeDoc