Skip to content

Commit fd6dac5

Browse files
committed
Add new error codes
1 parent 6eb3f32 commit fd6dac5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

library/src/main/kotlin/me/proxer/library/ProxerException.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ class ProxerException : Exception {
155155
COMMENT_INVALID_ENTRY_ID(3076),
156156
COMMENT_INVALID_CONTENT(3077),
157157
COMMENT_ALREADY_EXISTS(3078),
158+
WIKI_INVALID_TITLE(3079),
159+
WIKI_INVALID_PERMISSIONS(3080),
160+
MEDIA_REMOVED_DUE_TO_COPYRIGHT(3081),
158161

159162
UNKNOWN(10_000),
160163
RATE_LIMIT(99_998),

0 commit comments

Comments
 (0)