DeadLetterOptions interface

Describes the reason and error description for dead lettering a message using the deadLetter() method on the message received from Service Bus.

Properties

deadLetterErrorDescription

The error description for deadlettering the message.

deadLetterReason

The reason for deadlettering the message.

Property Details

deadLetterErrorDescription

The error description for deadlettering the message.

deadLetterErrorDescription: string

Property Value

string

deadLetterReason

The reason for deadlettering the message.

deadLetterReason: string

Property Value

string