OnReceivedError type
Describes the message handler signature for errors that occur while receiving messages from an EventHub.
type OnReceivedError = (error: MessagingError | Error) => void
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript