- } else if (mCode == ResultCode.STORAGE_ERROR_MOVING_FROM_TMP) {
- return "Error while moving file from temporal to final directory";
+ } else if (mCode == ResultCode.LOCAL_STORAGE_FULL) {
+ return "Local storage full";
+
+ } else if (mCode == ResultCode.LOCAL_STORAGE_NOT_MOVED) {
+ return "Error while moving file to final directory";