Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MessagingError

Package version

Describes the base class for Messaging Error.

Hierarchy

Index

Constructors

constructor

Properties

Optional address

address: undefined | string

Address to which the network connection failed. Only present if the MessagingError was instantiated with a Node.js SystemError.

Optional code

code: undefined | string

A string label that identifies the error.

Optional errno

errno: number | string

System-provided error number. Only present if the MessagingError was instantiated with a Node.js SystemError.

Optional info

info: any
property

{any} [info] Extra details about the error.

message

message: string

name

name: string = "MessagingError"
property

{string} name The error name. Default value: "MessagingError".

Optional port

port: undefined | number

The unavailable network connection port. Only present if the MessagingError was instantiated with a Node.js SystemError.

retryable

retryable: boolean = true
property

{boolean} retryable Describes whether the error is retryable. Default: true.

Optional stack

stack: undefined | string

Optional syscall

syscall: undefined | string

Name of the system call that triggered the error. Only present if the MessagingError was instantiated with a Node.js SystemError.

Static Error

Error: ErrorConstructor

Generated using TypeDoc