comic / grand-challenge.org

A platform for end-to-end development of machine learning solutions in biomedical imaging
https://grand-challenge.org
Apache License 2.0
168 stars 50 forks source link

Add more information to job error messages #3296

Closed amickan closed 2 months ago

amickan commented 3 months ago

Closes https://github.com/comic/grand-challenge.org/issues/2912

This adds the ValidationError messages to the job's error message and adds a ddetailed_error_message field to the job model that we can use to output the file import errors. The json and file validation errors can go directly into the error message, as far as I can tell, since these are short strings.