Skip to content

Instantly share code, notes, and snippets.

@coleww
Created September 25, 2015 12:40
Show Gist options
  • Save coleww/9215231a9bbafcd9400c to your computer and use it in GitHub Desktop.
Save coleww/9215231a9bbafcd9400c to your computer and use it in GitHub Desktop.
watwitter
[Error: Status is over 140 characters.]
message: 'Status is over 140 characters.',
code: 186,
allErrors: [ { code: 186, message: 'Status is over 140 characters.' } ],
twitterReply: { errors: [ [Object] ] },
statusCode: 403 }
{ errors: [ { code: 186, message: 'Status is over 140 characters.' } ] }
{ [Error: To protect our users from spam and other malicious activity, this account is temporarily locked. Please log in to https://twitter.com to unlock your account.]
message: 'To protect our users from spam and other malicious activity, this account is temporarily locked. Please log in to https://twitter.com to unlock your account.',
code: 326,
allErrors:
[ { code: 326,
message: 'To protect our users from spam and other malicious activity, this account is temporarily locked. Please log in to https://twitter.com to unlock your account.' } ],
twitterReply: { errors: [ [Object] ] },
statusCode: 403 }
{ errors:
[ { code: 326,
message: 'To protect our users from spam and other malicious activity, this account is temporarily locked. Please log in to https://twitter.com to unlock your account.' } ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment