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
GrpcErrorsAsFailures classifies all non-zero status responses as Failure.
However, there are times when I want to classify InvalidArgument status as a non-failure because it is a user error.
Alternatives
Currently, I copy & paste the GrpcErrorsAsFailures code and modify the classification flow.
The text was updated successfully, but these errors were encountered:
Feature Request
GrpcErrorsAsFailures
classifies all non-zero status responses asFailure
.However, there are times when I want to classify
InvalidArgument
status as a non-failure because it is a user error.Alternatives
Currently, I copy & paste the
GrpcErrorsAsFailures
code and modify the classification flow.The text was updated successfully, but these errors were encountered: