VOL-3741: Create per RPC Error Reason Enumeration

Change-Id: I4488a169d6cd1bdeff9cba898a1107dc1dbda928
diff --git a/python/dmi/hw_management_service_pb2_grpc.py b/python/dmi/hw_management_service_pb2_grpc.py
index ecc2011..9c25fe3 100644
--- a/python/dmi/hw_management_service_pb2_grpc.py
+++ b/python/dmi/hw_management_service_pb2_grpc.py
@@ -103,6 +103,8 @@
 
     def StopManagingDevice(self, request, context):
         """Stop management of a device and clean up any context and caches for that device

+        This rpc can be called at any time, even before the StartManagingDevice operation

+        has completed, and should be able to cleanup.

         """
         context.set_code(grpc.StatusCode.UNIMPLEMENTED)
         context.set_details('Method not implemented!')