Update wrap_methods
to optionally call wrap_errors
if it is a gRPC callable
#661
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The following
wrap_method
function is a common code path for bothREST
andgRPC
which incorrectly tries to wrap errors for all callables viawrap_errors
but it's is meant to be used for onlygRPC
callables:Proposed fix:
The text was updated successfully, but these errors were encountered: