Open
Description
Add a "mode" to the delphi-epidata
python client that enables behavior in the ._request()
method that will raise an exception when the row limit is encountered (result code 2). This can make it easier for users to know when they are missing data that they otherwise expected to receive.
possibly of note: the Epidata.check()
method does something similar (raise an exception on anything but result==1
) though it is seemingly unused except for in a few of our ancient/abandoned repos.