ATLAS Offline Software
Loading...
Searching...
No Matches
ExitCodes.py File Reference

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.ExitCodes

Functions

 python.ExitCodes.what (code)

Variables

int python.ExitCodes.ALL_OK = 0
 successful run
int python.ExitCodes.BEGIN_RUN_EXCEPTION = 0x10
 runtime/processing errors
int python.ExitCodes.BEGIN_RUN_FAILURE = 0x11
int python.ExitCodes.INI_ALG_EXCEPTION = 0x20
int python.ExitCodes.INI_ALG_FAILURE = 0x21
int python.ExitCodes.REINI_ALG_EXCEPTION = 0x30
int python.ExitCodes.REINI_ALG_FAILURE = 0x31
int python.ExitCodes.EXE_ALG_EXCEPTION = 0x40
int python.ExitCodes.EXE_ALG_FAILURE = 0x41
int python.ExitCodes.END_RUN_EXCEPTION = 0x50
int python.ExitCodes.END_RUN_FAILURE = 0x51
int python.ExitCodes.FIN_ALG_EXCEPTION = 0x60
int python.ExitCodes.FIN_ALG_FAILURE = 0x61
int python.ExitCodes.OPTIONS_UNKNOWN = 0x01
 RESERVED RANGE: 0x81 - 0xff reserved as to not overlap with the Transforms' report of signals causing exit.
int python.ExitCodes.INCLUDE_ERROR = 0x02
int python.ExitCodes.IMPORT_ERROR = 0x03
int python.ExitCodes.DATA_INFILE_ERROR = 0x04
int python.ExitCodes.DATA_OUTFILE_ERROR = 0x05
int python.ExitCodes.HISTO_OUTFILE_ERROR = 0x06
int python.ExitCodes.DATABASE_ERROR = 0x07
int python.ExitCodes.UNKNOWN_EXCEPTION = 0x08
int python.ExitCodes.CONFIGURATION_ERROR = 0x09
dict python.ExitCodes.codes
 helper to get a human-readable string