Skip to content

Commit 4e6c4ad

Browse files
Merge pull request #69 from nextcloud/add-lock-failure-status
Add lock failed error
2 parents e4014ed + de96e33 commit 4e6c4ad

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)