Skip to content

Commit

Permalink
add error 40004 (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann authored Feb 11, 2022
1 parent 4beba3a commit c5c8289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rest/src/main/kotlin/json/JsonErrorCode.kt
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ public enum class JsonErrorCode(public val code: Int) {
/** You are opening direct messages too fast. */
TooFastDM(40003),

/** Send messages has been temporarily disabled. */
SendMessagesTemporarilyDisabled(40004),

/** Request entity too large. Try sending something smaller in size. */
RequestEntityTooLarge(40005),

Expand Down

0 comments on commit c5c8289

Please sign in to comment.