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 {