Jaseibert / QualtricsAPI

QualtricsAPI is a lightweight Python Package for the Qualtrics API.
https://www.qualtricsapi-pydocs.com
MIT License
19 stars 15 forks source link

Add 404 error handling #18

Open chris-park opened 2 months ago

chris-park commented 2 months ago

Update exceptions.py and responses.py to handle 404 errors gracefully. The package is also missing exception handling for 409, 413, 414 and 415 errors - which I can add over time.