geduldig / TwitterAPI

Minimal python wrapper for Twitter's REST and Streaming APIs
939 stars 263 forks source link

Feature/pass error msg #141

Closed drbig closed 4 years ago

drbig commented 4 years ago

Twitter API 422 response usually includes more detailed "what's the problem" and this is not being passed, so an attempt here to just stick it in the TwitterRequestError, so upstream may but doesn't have to use it.

STATUS: ~Dry-coded, not yet properly tested.~ Tested, works as expected.