Sometimes we don't return GoogleErrors #1603
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.
While investigating error handling from this doc: https://docs.google.com/document/d/1UOj7Eo3xdMK1pxtt-cw3z0mAXEHnx1icb6XsADSthiU/edit?resourcekey=0-Pns_E0nx5cMD_7l6QgtX6g&tab=t.0, I realized we don't return errors typed GoogleError through grpc. Importantly, this line:
gax-nodejs/gax/src/call.ts
Line 128 in 2d0cb03
gax-nodejs/gax/src/googleError.ts
Line 35 in 2d0cb03
gax-nodejs/gax/src/googleError.ts
Line 89 in 2d0cb03
The text was updated successfully, but these errors were encountered: