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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user