interface IServiceBusProcessErrorArgs

Structural type matching the real SDK's ProcessErrorArgs callback argument (npm:@azure/service-bus@^7).

Properties

error: Error

The underlying error.

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

The operation where the error originated.

entityPath: string

The entity path for the current receiver.

The fully qualified namespace for the Service Bus.

identifier: string

The identifier of the client that raised this event.

Usage

import { type IServiceBusProcessErrorArgs } from "messaging-plugin/src/index.ts";