Class: PublisherError
Represents a publisher error - all errors returned from the Publisher instance inherit from this class.
Extends
Error
Properties
code
readonlycode:PublisherErrorCode
Stable error code for programmatic handling.
isFatal
readonlyisFatal:boolean
If true, reconnection will not be attempted.
source?
readonlyoptionalsource:Error
The underlying error that caused this error, if any.