We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9adcd1 commit bc9a33aCopy full SHA for bc9a33a
objectbox-java/src/main/java/io/objectbox/sync/SyncLoginCodes.java
@@ -10,11 +10,13 @@
10
public class SyncLoginCodes {
11
12
public static final long OK = 20;
13
+ public static final long REQ_REJECTED = 40;
14
public static final long CREDENTIALS_REJECTED = 43;
15
public static final long UNKNOWN = 50;
16
public static final long AUTH_UNREACHABLE = 53;
17
public static final long BAD_VERSION = 55;
18
public static final long CLIENT_ID_TAKEN = 61;
19
+ public static final long TX_VIOLATED_UNIQUE = 71;
20
21
private SyncLoginCodes() {
22
}
0 commit comments