Skip to content

Commit de96e33

Browse files
committed
Add lock failed error
Signed-off-by: Mario Danic <mario@lovelyhq.com>
1 parent e4014ed commit de96e33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ public enum ResultCode {
120120
DELAYED_FOR_CHARGING,
121121
LOCAL_FILE_NOT_FOUND,
122122
NOT_AVAILABLE,
123-
MAINTENANCE_MODE
123+
MAINTENANCE_MODE,
124+
LOCK_FAILED
124125
}
125126

126127
private boolean mSuccess = false;

0 commit comments

Comments
 (0)