mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-08 00:16:09 +00:00
New Result code added to RemoteOperationResult
This commit is contained in:
parent
e6eb4b6e53
commit
023d8107ca
@ -110,7 +110,8 @@ public class RemoteOperationResult implements Serializable {
|
|||||||
SHARE_WRONG_PARAMETER,
|
SHARE_WRONG_PARAMETER,
|
||||||
WRONG_SERVER_RESPONSE,
|
WRONG_SERVER_RESPONSE,
|
||||||
INVALID_CHARACTER_DETECT_IN_SERVER,
|
INVALID_CHARACTER_DETECT_IN_SERVER,
|
||||||
DELAYED_FOR_WIFI
|
DELAYED_FOR_WIFI,
|
||||||
|
LOCAL_FILE_NOT_FOUND
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean mSuccess = false;
|
private boolean mSuccess = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user