mlcommons / mlcommons/mlcflow

Better usage of error codes in error messages

Open
#215 0 comments 1 reaction 2 assignees View on GitHub

@arjunsuresh is already working on this.

Since May 22, 2026.

  • #237 by @copilot-swe-agent — merged
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.