OnReceivedError type

Describes the message handler signature for errors that occur while receiving messages from an EventHub.

type OnReceivedError = (error: MessagingError | Error) => void