mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
Order CreateRemoteShareOperation and make it possible to get sharing errors with new arch
This commit is contained in:
+4
@@ -526,6 +526,10 @@ public class RemoteOperationResult<T extends Object>
|
||||
mData = data;
|
||||
}
|
||||
|
||||
public void setHttpPhrase(String httpPhrase) {
|
||||
mHttpPhrase = httpPhrase;
|
||||
}
|
||||
|
||||
public enum ResultCode {
|
||||
OK,
|
||||
OK_SSL,
|
||||
|
||||
Reference in New Issue
Block a user