VOL-3852: Added DEVICE_UNREACHABLE error reason

Change-Id: I1c75b5380da0344d3087d396ea161739e8dbb630
diff --git a/protos/dmi/hw_metrics_mgmt_service.proto b/protos/dmi/hw_metrics_mgmt_service.proto
index 2fc8078..103df46 100644
--- a/protos/dmi/hw_metrics_mgmt_service.proto
+++ b/protos/dmi/hw_metrics_mgmt_service.proto
@@ -71,6 +71,7 @@
         UNDEFINED_REASON = 0;

         UNKNOWN_DEVICE = 1;

         INTERNAL_ERROR = 2;

+        DEVICE_UNREACHABLE = 3;

     }

     Status status = 1;

     Reason reason = 2;

@@ -92,6 +93,7 @@
         INTERNAL_ERROR = 2;

         POLL_INTERVAL_UNSUPPORTED = 3;

         INVALID_METRIC = 4;

+        DEVICE_UNREACHABLE = 5;

     }

     Status status = 1;

     Reason reason = 2;

@@ -125,6 +127,7 @@
         UNKNOWN_COMPONENT = 2;

         INTERNAL_ERROR = 3;

         INVALID_METRIC = 4;

+        DEVICE_UNREACHABLE = 5;

     }

     Status status = 1;

     Reason reason = 2;