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

any.proto #4

Open
nisbus opened this issue Jul 26, 2019 · 1 comment
Open

any.proto #4

nisbus opened this issue Jul 26, 2019 · 1 comment

Comments

@nisbus
Copy link

nisbus commented Jul 26, 2019

import "google/protobuf/any.proto";

message Error {
  option deprecated = true;
  uint32 code = 1;                // Canonical gRPC error code.
  string message = 2;             // Human readable error.
  google.protobuf.Any data = 3;   // Optional additional information.
}

This fails when trying to build the generated code since any is a keyword in erlang.

@tsloughter
Copy link
Owner

See tomas-abrahamsson/gpb#165 for a work around to this.

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

No branches or pull requests

2 participants