Merge "Implement GRPC enrich rpc."
[ccsdk/cds.git] / components / model-catalog / proto-definition / proto / BluePrintCommon.proto
index 5d1efbd..9b24c50 100644 (file)
@@ -24,7 +24,9 @@ message ActionIdentifiers {
 
 message Status {
   int32 code = 1;
+  // present only if message is failure
   string errorMessage = 2;
+  // This will be success or failure
   string message = 3;
   EventType eventType = 4;
   string timestamp = 5;