Github user kohlmu-pivotal commented on a diff in the pull request:

    https://github.com/apache/geode/pull/649#discussion_r128848930
  
    --- Diff: geode-protobuf/src/main/proto/basicTypes.proto ---
    @@ -62,4 +62,14 @@ message Region {
     
     message Server {
         string url = 1;
    -}
    \ No newline at end of file
    +}
    +
    +message Error {
    +    int32 errorCode = 1;
    +    string message = 2;
    +}
    +
    +message ErrorEntry {
    --- End diff --
    
    Tbh, I'm not ecstatic about the name. I'd prefer `FailedEntry`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to