Error Codes

From Phaserwiki
Revision as of 15:12, 11 December 2013 by Airlie (talk | contribs) (Created page with '==Error Codes== Error codes returned from phaser executable, or from ErrorCode() function of Ouptut object from python interface. These codes are also returned as system exit val…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Codes

Error codes returned from phaser executable, or from ErrorCode() function of Ouptut object from python interface. These codes are also returned as system exit value following call of phenix.phaser

Integer Type Meaning
0 NULL Success
64 SYNTAX Input Syntax Error
65 INPUT Input Error (e.g. integer out of range)
66 FILEOPEN File Opening Error
67 MEMORY Out of Memory
68 KILLFILE Kill File Detected
69 KILLTIME Kill Time Elapsed
70 FATAL Trapped Numerical Exception
71 UNHANDLED C++ Exception
72 UNKNOWN Other Exception