commit | 538df80ed6d21f43b512a73853935f7a7b9bdf52 | [log] [tgz] |
---|---|---|
author | Vadym Matsishevskyi <25311427+vam-google@users.noreply.github.com> | Wed Sep 14 14:47:55 2022 +0000 |
committer | GitHub <noreply@github.com> | Wed Sep 14 10:47:55 2022 -0400 |
tree | 6dd65f62bb86663b0438d420118d85534b536104 | |
parent | fe617c205918a3e4dfddeb06123e70540898032e [diff] |
fix: Improve transcoding error message (#442) * fix: Improve transcodding error message This fixes https://github.com/googleapis/python-api-core/issues/441 and https://github.com/googleapis/python-api-core/issues/440. Also, with this change we stop outputting the whole request message in transcodding erro message to prevent leaking any confidential information from a request message in a form of an error in a log message. * reformat code with black