1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-17 03:12:54 +00:00

Merge branch 'master' into develop

This commit is contained in:
David A. Velasco
2015-06-22 11:15:46 +02:00
2 changed files with 4 additions and 2 deletions
@@ -391,7 +391,9 @@ public class RemoteOperationResult implements Serializable {
return "Authenticated with a different account than the one updating";
} else if (mCode == ResultCode.INVALID_CHARACTER_IN_NAME) {
return "The file name contains an forbidden character";
}
} else if (mCode == ResultCode.FILE_NOT_FOUND) {
return "Local file does not exist";
}
return "Operation finished with HTTP status code " + mHttpCode + " (" +
(isSuccess() ? "success" : "fail") + ")";