commit | 8ab1e6e1a3dbd8172e119200497349d8f078bf59 | [log] [tgz] |
---|---|---|
author | amit.ghosh <amit.ghosh@radisys.com> | Tue Feb 23 07:40:17 2021 +0100 |
committer | amit.ghosh <amit.ghosh@radisys.com> | Wed Feb 24 04:18:07 2021 +0100 |
tree | 6fb24da5ed2e4d449831797912b4ffdbf3262147 | |
parent | bd2022e45da1673ffd0677656b17bdb0a8996962 [diff] [blame] |
VOL-3853:Use strings to convey more info about errors from DM to DM User Change-Id: I41ce424b3143ed873ce7b6b6bf2a5e826c677f69
diff --git a/protos/dmi/hw_events_mgmt_service.proto b/protos/dmi/hw_events_mgmt_service.proto index 56f6068..641adbe 100644 --- a/protos/dmi/hw_events_mgmt_service.proto +++ b/protos/dmi/hw_events_mgmt_service.proto
@@ -112,6 +112,7 @@ Status status = 1; Reason reason = 2; EventsCfg events = 3; + string reason_detail = 4; } message EventsConfigurationRequest { @@ -132,6 +133,7 @@ } Status status = 1; Reason reason = 2; + string reason_detail = 3; } message EventMetaData {