You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exit codes used throughout the CLI plugins are assigned randomly. Though it would be a breaking change, it would be useful to define a much smaller number of codes that users can expect.
A starting point (and non-breaking change) could be a top-level enum that defines ALL allowed error codes in omero-py? i.e. an omero version of the Python errno module. <Edit actually ready your description properly now and you've already said this :-) >
The exit codes used throughout the CLI plugins are assigned randomly. Though it would be a breaking change, it would be useful to define a much smaller number of codes that users can expect.
see:
options:
Additionally as seen in ome/openmicroscopy#6003 (comment) values should be reduced to less than 256.
The text was updated successfully, but these errors were encountered: