Add API for ServiceBusErrorSource in SB Track2 #16711
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Service Bus
Milestone
Introduce ServiceBusErrorSource, to help user identify source of the error. Specially in error handler in processor model.
For example
public enum ServiceBusErrorSource {
RECEIVE,
APPEND,
COMPLETE,
DEFER,
DEAD_LETTER,
}
The text was updated successfully, but these errors were encountered: