IATI / refresher

A Python application which has the responsibility of tracking IATI data from around the Web and refreshing the core IATI software's data stores
GNU Affero General Public License v3.0
2 stars 0 forks source link

save validation reports for 400, 413, 422 status codes from validator api #22

Closed nosvalds closed 3 years ago

nosvalds commented 3 years ago

Trello

Previously we skipped saving validation reports for any 4xx response from the validator API

Now, we save validation reports for status codes 400, 422, 413 as they are ones we expect to get from the validator api when a file is not xml, not iati, or has schema errors, etc.