diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-11 19:55:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-11 19:55:16 +0000 |
commit | a21724910b109cd07da051eb6d5ab5245ed40c19 (patch) | |
tree | 4e4eec97327a71e475c43add569254072578612d /components/model-catalog | |
parent | 594c530c5b2841ae3917c3c394d075bcb7d1286e (diff) | |
parent | 31cc56444fc1a22d1529a2bfea7b948657f06563 (diff) |
Merge "Implement GRPC enrich rpc."
Diffstat (limited to 'components/model-catalog')
-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; |