-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service Bus
Milestone
Description
-
in the case of error occurring in connection sharing
- when to close connection?
- when to close handler?
-
more fine-grained error triage
Kieran's additions:
- StopIteration with more precision/detail?
- Better exception on composing batch wrongly (Empty batch)
- ServiceBusConnectionError, can it be more precise when the SB doesn't exist?
- ServiceBusError, can it be more precise for invalid credentials?
- Readonly credentials on send, error should be something more precise than ServiceBusError (servicebusauthorizationerror?)
- Passing a string directly to send; typeerror?
- When calling receive() with a max_batch_size > prefetch, error talks about "link credit" which is not very useful to a user. Should wrap this error at the receive() level or something to that effect, mentioning the interplay of prefetch and guiding an actionable mitigation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service Bus