Skip to content

Commit

Permalink
Add error code for "User is over daily status update limit"
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 1, 2013
1 parent b07ac50 commit 76c088d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/twitter/error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module Codes
OAUTH_TIMESTAMP_OUT_OF_RANGE = 135
FOLLOW_LIMIT_EXCEEDED = 161
PROTECTED_STATUS = 179
OVER_UPDATE_LIMIT = 185
DUPLICATE_STATUS = 187
BAD_AUTHENTICATION_DATA = 215
LOGIN_VERIFICATION_NEEDED = 231
Expand Down

0 comments on commit 76c088d

Please sign in to comment.