Interface BatchPublishFailureResult

Contains information about the result of unsuccessful publishes to a channel requested by a single BatchPublishSpec.

Hierarchy

  • BatchPublishFailureResult

Properties

Properties

channel: string

The name of the channel the message(s) failed to be published to.

error: ErrorInfo

Describes the reason for which the message(s) failed to publish to the channel as an ErrorInfo object.

Generated using TypeDoc