OMI can benefit from useful error messages.
For example:
- File doesn't match metadata description
- column doesn't exist / has different data type / has different name
- table has more columns than described in metadata
- JSON seems to be invalid at location X
- key name does not exist in standards, typo?
- Warning: no license has been chosen, this field will be necessary when uploading to the OEP
I would recommend creating a list of possible errors first and to then write useful messages and tests for them.
Also, maybe have a look a the license check performed on OEP (implemented by @jh-RLI ) and if it makes sense to put it into OMI or leave it there.
See #99
OMI can benefit from useful error messages.
For example:
I would recommend creating a list of possible errors first and to then write useful messages and tests for them.
Also, maybe have a look a the license check performed on OEP (implemented by @jh-RLI ) and if it makes sense to put it into OMI or leave it there.
See #99