Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessErrorArgs

Package version

Arguments to the processError callback.

Hierarchy

  • ProcessErrorArgs

Index

Properties

entityPath

entityPath: string

The entity path for the current receiver.

error

error: Error | ServiceBusError

The error.

errorSource

errorSource: "abandon" | "complete" | "processMessageCallback" | "receive" | "renewLock"

The operation where the error originated.

'abandon': Errors that occur when if abandon is triggered automatically. 'complete': Errors that occur when autoComplete completes a message. 'processMessageCallback': Errors thrown from the user's processMessage callback passed to subscribe. 'receive': Errors thrown when receiving messages. 'renewLock': Errors thrown when automatic lock renewal fails.

fullyQualifiedNamespace

fullyQualifiedNamespace: string

The fully qualified namespace for the Service Bus.

Generated using TypeDoc