Skip to content

Commit bc9a33a

Browse files
greenrobot-teamgreenrobot
authored andcommitted
Sync: add missing SyncLoginCodes.
1 parent f9adcd1 commit bc9a33a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

objectbox-java/src/main/java/io/objectbox/sync/SyncLoginCodes.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
public class SyncLoginCodes {
1111

1212
public static final long OK = 20;
13+
public static final long REQ_REJECTED = 40;
1314
public static final long CREDENTIALS_REJECTED = 43;
1415
public static final long UNKNOWN = 50;
1516
public static final long AUTH_UNREACHABLE = 53;
1617
public static final long BAD_VERSION = 55;
1718
public static final long CLIENT_ID_TAKEN = 61;
19+
public static final long TX_VIOLATED_UNIQUE = 71;
1820

1921
private SyncLoginCodes() {
2022
}

0 commit comments

Comments
 (0)