From 31cc56444fc1a22d1529a2bfea7b948657f06563 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Fri, 6 Sep 2019 12:35:39 -0400 Subject: Implement GRPC enrich rpc. Change-Id: I51d3b93a1a48677339e371a8cec7d2fd63811140 Issue-ID: CCSDK-1682 Signed-off-by: Brinda Santh --- components/model-catalog/proto-definition/proto/BluePrintCommon.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/model-catalog') diff --git a/components/model-catalog/proto-definition/proto/BluePrintCommon.proto b/components/model-catalog/proto-definition/proto/BluePrintCommon.proto index 5d1efbdd4..9b24c50fc 100644 --- a/components/model-catalog/proto-definition/proto/BluePrintCommon.proto +++ b/components/model-catalog/proto-definition/proto/BluePrintCommon.proto @@ -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; -- cgit 1.2.3-korg