Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core/grpc: return original error message #1433

Merged
merged 1 commit into from
Jul 15, 2016

Conversation

stephenplusplus
Copy link
Contributor

Fixes #1378

Looks like we were overriding the error returned from gRPC. This will make sure if an error message is provided from gRPC, the user will receive it. If not, they will get the default message relating to that status code.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 15, 2016
@stephenplusplus stephenplusplus added core and removed cla: yes This human has signed the Contributor License Agreement. labels Jul 15, 2016
@coveralls
Copy link

coveralls commented Jul 15, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling f2ab55d on stephenplusplus:spp--1378 into 7029be9 on GoogleCloudPlatform:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants