Skip to content

Commit

Permalink
Added 50021 error response
Browse files Browse the repository at this point in the history
  • Loading branch information
Almighty-Alpaca committed Jun 2, 2017
1 parent 8ef4984 commit a0466a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public enum ErrorResponse
INVALID_MFA_LEVEL( 50017, "Provided MFA level was invalid."),
INVALID_PASSWORD( 50018, "Provided password was invalid"),
INVALID_PIN( 50019, "A message can only be pinned to the channel it was sent in"),
INVALID_MESSAGE_TARGET(50021, "Cannot execute action on a system message"),
INVALID_BULK_DELETE_MESSAGE_AGE(50034, "A Message provided to bulk_delete was older than 2 weeks"),
MFA_NOT_ENABLED( 60003, "MFA auth required but not enabled"),
REACTION_BLOCKED( 90001, "Reaction Blocked"),
Expand Down

0 comments on commit a0466a6

Please sign in to comment.