You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
I'm receiving an error from ReceiveOne() function that just forwards what appears to be a server-side error or an amqp dependency error back to the user. The error clearly ask to retry.
Error{Condition: amqp:internal-error, Description: The service was unable to process the request; please retry the operation. For more information on exception types and proper exception handling, please refer to http://go.microsoft.com/fwlink/?LinkId=761101 TrackingId:c0b7e7503450451bab1d89efb262461c_G13, SystemTracker:gateway5, Timestamp:2020-06-25T23:56:38, Info: map[]}
The only way for the user of azure-service-bus-go to handle this error and retry is to actually parse the error text. That is not a very useful API.
Can you either add a isRetriable(error) function or an error type we can check against to know if this error is retriable or should be handled as an unexpected error?
The text was updated successfully, but these errors were encountered:
I'm receiving an error from ReceiveOne() function that just forwards what appears to be a server-side error or an amqp dependency error back to the user. The error clearly ask to retry.
The only way for the user of azure-service-bus-go to handle this error and retry is to actually parse the error text. That is not a very useful API.
Can you either add a isRetriable(error) function or an error type we can check against to know if this error is retriable or should be handled as an unexpected error?
The text was updated successfully, but these errors were encountered: