1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-21 13:23:00 +00:00

Complete error handling and add error message from server to response

This commit is contained in:
David A. Velasco
2015-10-23 15:27:37 +02:00
parent 3d34e504ff
commit ad60bc9e8e
7 changed files with 167 additions and 62 deletions
@@ -107,7 +107,8 @@ public class RemoteOperationResult implements Serializable {
INVALID_COPY_INTO_DESCENDANT,
PARTIAL_MOVE_DONE,
PARTIAL_COPY_DONE,
INVALID_CHARACTER_DETECT_IN_SERVER
SHARE_WRONG_PARAMETER,
WRONG_SERVER_RESPONSE, INVALID_CHARACTER_DETECT_IN_SERVER
}
private boolean mSuccess = false;