Options
All
  • Public
  • Public/Protected
  • All
Menu

This error is created when an error occurs in a subscriber's handler during a publish. It is only ever provided via PublishErrors

Hierarchy

  • Error
    • PublishError

Index

Constructors

constructor

Properties

Optional endpoint

endpoint?: Endpoint

A reference to the endpoint that caused the error.

error

error: any

The wrapped error that the subscriber threw.

message

message: string

name

name: string

Optional stack

stack?: string

Optional subscriber

subscriber?: Subscriber

A reference to the subscriber that caused the error.

Generated using TypeDoc