We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb3f32 commit fd6dac5Copy full SHA for fd6dac5
1 file changed
library/src/main/kotlin/me/proxer/library/ProxerException.kt
@@ -155,6 +155,9 @@ class ProxerException : Exception {
155
COMMENT_INVALID_ENTRY_ID(3076),
156
COMMENT_INVALID_CONTENT(3077),
157
COMMENT_ALREADY_EXISTS(3078),
158
+ WIKI_INVALID_TITLE(3079),
159
+ WIKI_INVALID_PERMISSIONS(3080),
160
+ MEDIA_REMOVED_DUE_TO_COPYRIGHT(3081),
161
162
UNKNOWN(10_000),
163
RATE_LIMIT(99_998),
0 commit comments