Better usage of error codes in error messages
Open
core-feature
enhancement
good first issue
- Dominant language
- Python
- Stars
- 11
- Forks
- 16
- Avg merge
- 9h 20m
- Merged PRs (30d)
- 2
Description
Currently we are not making use of the error codes much. We can catch the error codes from script execution at the below point and then display useful error messages. For example, suggestions for handling 'Network error', 'Disk space', 'Segmentation fault in native run' etc.
https://github.com/mlcommons/mlcflow/blob/main/mlc/script_action.py#L280
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.