vold: asec path cmd now returns OpFailedStorageNotFound if id doesn't exist

Change-Id: Icbe3de7c28505f7496c8f8edea126c7b616de475
Signed-off-by: San Mehat <san@google.com>
diff --git a/ResponseCode.h b/ResponseCode.h
index 5e15c80..a858b99 100644
--- a/ResponseCode.h
+++ b/ResponseCode.h
@@ -42,6 +42,7 @@
     static const int OpFailedMediaCorrupt     = 403;
     static const int OpFailedVolNotMounted    = 404;
     static const int OpFailedStorageBusy      = 405;
+    static const int OpFailedStorageNotFound  = 406;
 
     // 500 series - The command was not accepted and the requested
     // action did not take place.