Skip to content

Commit

Permalink
Add new error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 6, 2015
1 parent 403d06a commit 1ce6b2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/twitter/error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ module Code
OVER_UPDATE_LIMIT = 185
DUPLICATE_STATUS = 187
BAD_AUTHENTICATION_DATA = 215
SPAM = 226
LOGIN_VERIFICATION_NEEDED = 231
ENDPOINT_RETIRED = 251
CANNOT_WRITE = 261
CANNOT_MUTE = 271
CANNOT_UNMUTE = 272
end
Codes = Code

Expand Down

0 comments on commit 1ce6b2f

Please sign in to comment.