mdsol / rwslib

Provide a (programmer) friendly client library to Rave Web Services (RWS).
MIT License
30 stars 13 forks source link

RWSPostErrorResponse - used anywhere? #87

Closed mattkoch614 closed 4 years ago

mattkoch614 commented 6 years ago

Is RWSPostErrorResponse used at all when POST requests fail? I see that it has some tests written for it and is referenced in the docs, but I don't see it actually returned as a part of an Exception anywhere.

Unit Test https://github.com/mdsol/rwslib/blob/96715e4ff2ae97f5fa96bb856e4488a96fabce99/rwslib/tests/test_rwsobjects.py#L314

Class Definition https://github.com/mdsol/rwslib/blob/ed57374c2e7c60f506bcc569c466d7d414e67dde/rwslib/rwsobjects.py#L208

Docs https://github.com/mdsol/rwslib/blob/develop/docs/source/post_clinical_data.rst#postdatarequestodm_data

glow-mdsol commented 6 years ago

Thanks, I'll take a look!

mattkoch614 commented 4 years ago

Closing.