Skip to main content

Class: PublisherError

Represents a publisher error - all errors returned from the Publisher instance inherit from this class.

Extends

  • Error

Properties

code

readonly code: PublisherErrorCode

Stable error code for programmatic handling.


isFatal

readonly isFatal: boolean

If true, reconnection will not be attempted.


source?

readonly optional source: Error

The underlying error that caused this error, if any.