VOL-3852: Added DEVICE_UNREACHABLE error reason

Change-Id: I1c75b5380da0344d3087d396ea161739e8dbb630
diff --git a/protos/dmi/sw_management_service.proto b/protos/dmi/sw_management_service.proto
index 9fcc322..82917d4 100644
--- a/protos/dmi/sw_management_service.proto
+++ b/protos/dmi/sw_management_service.proto
@@ -23,6 +23,7 @@
         UNDEFINED_REASON = 0;

         UNKNOWN_DEVICE = 1;

         INTERNAL_ERROR = 2;

+        DEVICE_UNREACHABLE = 3;

     }

     Status status = 1;

     Reason reason = 2;

@@ -50,6 +51,7 @@
         ERROR_FETCHING_CONFIG = 3;

         INVALID_CONFIG = 4;

         OPERATION_ALREADY_IN_PROGRESS = 5;

+        DEVICE_UNREACHABLE = 6;

     }

     Status status = 1;

     Reason reason = 2;

@@ -64,6 +66,7 @@
         UNDEFINED_REASON = 0;

         UNKNOWN_DEVICE = 1;

         INTERNAL_ERROR = 2;

+        DEVICE_UNREACHABLE = 3;

     }

     Status status = 1;

     Reason reason = 2;