Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordesperateCoder <echotodevnull@gmail.com>2020-07-27 18:53:19 +0300
committerdesperateCoder <echotodevnull@gmail.com>2020-07-27 18:53:19 +0300
commit95c1c8f3cfb5debb8111f981bb580ce6170f18e7 (patch)
tree348f3fb428a8e68b4d7839c25dec685723f628a2 /app/src/main/java/it/niedermann/nextcloud/deck/exceptions
parent1e411ee79db65dd4b9e206b8b9e0eaf3ad7d9bda (diff)
hint for mismatching Account/User UID
Diffstat (limited to 'app/src/main/java/it/niedermann/nextcloud/deck/exceptions')
-rw-r--r--app/src/main/java/it/niedermann/nextcloud/deck/exceptions/DeckException.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/java/it/niedermann/nextcloud/deck/exceptions/DeckException.java b/app/src/main/java/it/niedermann/nextcloud/deck/exceptions/DeckException.java
index 8c2904d2b..d9d8c5dde 100644
--- a/app/src/main/java/it/niedermann/nextcloud/deck/exceptions/DeckException.java
+++ b/app/src/main/java/it/niedermann/nextcloud/deck/exceptions/DeckException.java
@@ -5,6 +5,7 @@ public class DeckException extends IllegalArgumentException {
public enum Hint {
CAPABILITIES_NOT_PARSABLE,
CAPABILITIES_VERSION_NOT_PARSABLE,
+ UNKNOWN_ACCOUNT_USER_ID
}
private Hint hint;