Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OnSendEventsErrorContext

Package version

Contains the events that were not successfully sent to the Event Hub, the partition they were assigned to, and the error that was encountered while sending.

Hierarchy

  • OnSendEventsErrorContext

Index

Properties

Properties

error

error: Error

The error that occurred when sending the associated events to the Event Hub.

events

events: Array<EventData | AmqpAnnotatedMessage>

The array of EventData and/or AmqpAnnotatedMessage that were not successfully sent to the Event Hub.

partitionId

partitionId: string

The partition each event was assigned.

Generated using TypeDoc