diff options
author | Brinda Santh <brindasanth@in.ibm.com> | 2019-09-06 12:35:39 -0400 |
---|---|---|
committer | Brinda Santh <brindasanth@in.ibm.com> | 2019-09-06 12:35:39 -0400 |
commit | 31cc56444fc1a22d1529a2bfea7b948657f06563 (patch) | |
tree | 968e70cf7068e5b849bb78417cc822f81963d669 /components/model-catalog/proto-definition | |
parent | f930d9ee670a6dce8977dcdb18643e48c7af33fd (diff) |
Implement GRPC enrich rpc.
Change-Id: I51d3b93a1a48677339e371a8cec7d2fd63811140
Issue-ID: CCSDK-1682
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'components/model-catalog/proto-definition')
-rw-r--r-- | components/model-catalog/proto-definition/proto/BluePrintCommon.proto | 2 |
1 files changed, 2 insertions, 0 deletions
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; |