File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,14 @@ Found an issue? Please open up a `GitHub issue`_ or even better yet
102
102
`send us `_ a pull request. Have a question? Want to discuss a new
103
103
feature? Come chat with us in the `Twitter Community Forums `_.
104
104
105
+ Error Handling
106
+ --------------
107
+
108
+ Like the `Response `_ and `Request `_ classes, the Ads API SDK fully models
109
+ all `error objects `_ for easy error handling.
110
+
111
+ |error-hierarchy |
112
+
105
113
License
106
114
-------
107
115
@@ -141,3 +149,8 @@ SOFTWARE.
141
149
:target: https://codeclimate.com/github/twitterdev/twitter-python-ads-sdk
142
150
.. |PyPy Version | image :: https://badge.fury.io/py/twitter-ads.svg
143
151
:target: http://badge.fury.io/py/twitter-ads
152
+
153
+ .. _Request : https://github.com/twitterdev/twitter-python-ads-sdk/blob/master/twitter_ads/http.py#L28
154
+ .. _Response : https://github.com/twitterdev/twitter-python-ads-sdk/blob/master/twitter_ads/http.py#L118
155
+ .. _error objects : https://github.com/twitterdev/twitter-python-ads-sdk/blob/master/twitter_ads/error.py
156
+ .. |error-hierarchy | image :: http://i.imgur.com/XcLDWLO.png
You can’t perform that action at this time.
0 commit comments