Closed mattkoch614 closed 4 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.
RWSPostErrorResponse
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
Thanks, I'll take a look!
Closing.
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