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
Currently when there is a gRPC error a tracing event is generated at the error level with the generic response failed message. We can see this event in the logs as well. However, the message is not informative and it hides the actual error.
Proposal
We need to modify DefaultOnFailure and GrpcErrorsAsFailures so that the error message and the status code are available in the on_failure() method.
The text was updated successfully, but these errors were encountered:
Feature Request
Motivation
Currently when there is a gRPC error a tracing event is generated at the error level with the generic
response failed
message. We can see this event in the logs as well. However, the message is not informative and it hides the actual error.Proposal
We need to modify
DefaultOnFailure
andGrpcErrorsAsFailures
so that the error message and the status code are available in theon_failure()
method.The text was updated successfully, but these errors were encountered: