Github user galen-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/646#discussion_r128811551 --- Diff: geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/utilities/ProtobufResponseUtilities.java --- @@ -35,10 +37,9 @@ * @param errorMessage - description of the error * @return An error response containing the above parameters */ - public static ClientProtocol.Response createErrorResponse(String errorMessage) { - ClientProtocol.ErrorResponse error = - ClientProtocol.ErrorResponse.newBuilder().setMessage(errorMessage).build(); - return ClientProtocol.Response.newBuilder().setErrorResponse(error).build(); + public static Failure createFailureResult(String errorMessage) { --- End diff -- @pivotal-amurmann @kohlmu-pivotal Did this get addressed?
--- 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. ---