}
return validate(
notZero(msg, "body", msg),
notZero(msg.GetAcceptedRequestSequencingEventId(), "accepted_request_sequencing_event_id", msg),
notZero(msg.GetAcceptedRequestMessageId(), "accepted_request_message_id", msg),
)
}
func validateResponseMsg(updateID string, msg *updatepb.Response) error {