Uh oh!
There was an error while loading. Please reload this page.
Use status_pb2.Status to parse error messages from Datastore - #1618
Conversation
dhermes
commented
Mar 16, 2016
@pcostell Why not merge? Other than adding |
pcostell
commented
Mar 16, 2016
@dhermes - Sure I can submit it (I wasn't sure if we wanted to do more with the error than just grab the message, but I added a todo). PTAL. |
tseaver
commented
Mar 16, 2016
The pylint failure looks like it should be addressed by merging the change from #1583 into the |
| if status != '200': | ||
| raise make_exception(headers, content, use_json=False) | ||
| # TODO(pcostell): There is more information in the error besides | ||
| # the message that should be passed on. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
Mar 16, 2016
@pcostell Too much to ask to squash the 4 commits down to 1? |
f5e686a to
5b3b7d5Comparepcostell
commented
Mar 16, 2016
No more TODO and squashed. |
dhermes
commented
Mar 16, 2016
Great. In order to pass the # DEFAULT: ignored-modules=
+# RATIONALE: six aliases stuff for compatibility.+# google.protobuf fixes up namespace package "late".+ignored-modules = six, google.protobuf |
dhermes
commented
Mar 18, 2016
@pcostell, rebase now and we can get this merged? |
googlebot
commented
Mar 18, 2016
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
30d3c65 to
3b44173Comparegooglebot
commented
Mar 18, 2016
CLAs look good, thanks! |
pcostell
commented
Mar 18, 2016
Rebased and ready for merge. |
coveralls
commented
Mar 18, 2016
coveralls
commented
Mar 18, 2016
Use status_pb2.Status to parse error messages from Datastore
* fix: ignore_unknown_fields parsing service config * oops capital True * reformat args Co-authored-by: Alexander Fenster <fenster@google.com> --------- Co-authored-by: Alexander Fenster <fenster@google.com>
* chore: update templated files * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Source-Link: googleapis/synthtool@eaef28e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f8ca7655fa8a449cadcabcbce4054f593dcbae7aeeab34aa3fcc8b5cf7a93c9e Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
feat(zb-experimental): implement open in writer --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Addresses #1617
Note that status has other information too that likely should get exposed. This is just an example of what the expected response is.