VOL-4750: Introduce DEVICE_UNREACHABLE error code in the StopManagingDevice DMI rpc

Change-Id: Icdcc9d66bf95faa651848ed7e568526709f17cf1
diff --git a/protos/dmi/hw_management_service.proto b/protos/dmi/hw_management_service.proto
index 693e8d8..d8b74ca 100644
--- a/protos/dmi/hw_management_service.proto
+++ b/protos/dmi/hw_management_service.proto
@@ -105,6 +105,8 @@
     enum Reason {

         UNDEFINED_REASON = 0;

         UNKNOWN_DEVICE = 1;

+        // DEVICE_UNREACHABLE is to be returned when the device manager cannot reach the device and stop managing it

+        DEVICE_UNREACHABLE = 2;

     }

     Status status = 1;

     Reason reason = 2;