Tweepy/ Twitter Api Error Type
I am using tweepy to make a twitter application. When users tweet/update profile, etc, they will get some errors. I want to classify error and give user more information. try:
Solution 1:
Right, it is the only way now. There is only one TweepError exception defined. It's raised throughout the app with different text.
Here's the relevant open issue on github. So there is a chance that it'll be improved in the future.
Post a Comment for "Tweepy/ Twitter Api Error Type"