Merge branch 'master' into oauth_login
[pub/Android/ownCloud.git] / src / com / owncloud / android / operations / RemoteOperationResult.java
index 6470338..5a14fb8 100644 (file)
@@ -46,7 +46,6 @@ public class RemoteOperationResult implements Serializable {
     
     /** Generated - should be refreshed every time the class changes!! */
     private static final long serialVersionUID = -7805531062432602444L;
     
     /** Generated - should be refreshed every time the class changes!! */
     private static final long serialVersionUID = -7805531062432602444L;
-
     
     public enum ResultCode { 
         OK,
     
     public enum ResultCode { 
         OK,
@@ -69,6 +68,7 @@ public class RemoteOperationResult implements Serializable {
         INVALID_LOCAL_FILE_NAME, 
         INVALID_OVERWRITE,
         CONFLICT, 
         INVALID_LOCAL_FILE_NAME, 
         INVALID_OVERWRITE,
         CONFLICT, 
+        OAUTH2_ERROR,
         SYNC_CONFLICT,
         LOCAL_STORAGE_FULL, 
         LOCAL_STORAGE_NOT_MOVED, 
         SYNC_CONFLICT,
         LOCAL_STORAGE_FULL, 
         LOCAL_STORAGE_NOT_MOVED,