How to track errors & Exceptions from Twitter API if i'm using twittered client. ? #444
Replies: 2 comments 1 reply
-
Good question, I think that currently nothing exists, but feel free to submit a pull request if you think you can bring something. |
Beta Was this translation helpful? Give feedback.
-
How would you suggest we track when a call fails? No exceptions and doesn't look like the response is being saved anywhere. Not seeing any clean way to do it. |
Beta Was this translation helpful? Give feedback.
-
Hi , We are using this twittered client to reply to a tweet and sending a reply to DM . In our app we have want to take some actions if there is any issue with the twitter API (ie Exception | Errors from twitter API) .
For example : when we are trying to reply to a tweet , If we get rate limited | we are un authorised to reply | if it's a bad request, we want to take some specific action for each type of response from Twitter API.
But twittered client doesn't throw any exception ( i was trying out twitterClient.postTweet(tweetParameters) method is not throwing any exception )
Is there any other way to check errors | exceptions ?
Beta Was this translation helpful? Give feedback.
All reactions