Difference between revisions of "Error Codes"
From Phaserwiki
(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…') |
(No difference)
|
Latest revision as of 14:12, 11 December 2013
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 |