[Service Bus] isServiceBusError should not expose AmqpError which is an internal type #12264
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Service Bus
Milestone
In #12237, we introduced the
ServiceBusError
along with a helpfulisServiceBusError()
method. As discussed in #12237 (comment), theAmqpError
type used here is internal to the package and the user need not be aware of it.This issue is to track the work to not expose
AmqpError
to the userThe text was updated successfully, but these errors were encountered: