Skip to content

Commit 5d971f8

Browse files
committed
Implement new error codes
1 parent dd8c7aa commit 5d971f8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

library/src/main/java/me/proxer/library/api/ProxerException.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,11 @@ public enum ServerErrorType {
166166
USER_ACCOUNT_EXPIRED(3039),
167167
USER_ACCOUNT_BLOCKED(3040),
168168
USER(3041),
169-
ERRORLOG_INVALID_INPUT(3042);
169+
ERRORLOG_INVALID_INPUT(3042),
170+
LIST_INVALID_SUBJECT(3043),
171+
FORUM_INVALID_ID(3044),
172+
APPS_INVALID_ID(3045),
173+
LIST_TOP_ACCESS_RESET(3046);
170174

171175
private final int code;
172176

0 commit comments

Comments
 (0)