Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: error code discovery #6003

Merged
merged 2 commits into from
Jun 7, 2019
Merged

cli: error code discovery #6003

merged 2 commits into from
Jun 7, 2019

Commits on Apr 12, 2019

  1. cli: error code discovery

    Suggested by Damir, a few additional methods on the BaseControl
    class permit discovering all errors codes for available plugins.
    
    Example output for the state of this commit:
    
            $ bin/omero errors
            123	     admin	NOT_WINDOWS	'Not Windows'
            200	     admin	     SETUP	'Error during service user set up:  (%s) %s'
            201	     admin	   RUNNING	'%s is already running. Use stop first'
            201	    server	 NO_CONFIG	'No --Ice.Config provided'
            202	     admin	NO_SERVICE	'%s service deleted.'
            300	     admin	BAD_CONFIG	'Bad configuration: No IceGrid.Node.Data property'
            400	     admin	WIN_CONFIG	'%s is not in this directory. Aborting...      ...'
            666	     admin	  NO_WIN32	'Could not import win32service and/or win32evtlogutil'
    
    see: https://www.openmicroscopy.org/community/viewtopic.php?f=6&t=8676&p=20525#p20525
    joshmoore committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    27bea9e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. cli: add hql error codes

    joshmoore committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    f42d841 View commit details
    Browse the repository at this point in the history