Github user galen-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/649#discussion_r129626464 --- 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 -- That's fine too. I don't have a real strong preference.
--- 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. ---