OpenDeploy Deploy and Run Return Codes
October 8th, 2008 by Gavin ColborneI really struggled to find these documented so had to refer back to the 6.0 OpenDeploy manuals to find the below information.
| Return Code | Name | Description |
| -2 | LOG_ELEMENT_ABORT | The result of the action was to signal the deployment to do a hard abort in which the deployment stops immediately. If the deployment was transactional, the files on the production server will be returned to their original state |
| -1 | LOG_ELEMENT_ERROR | The action returned an error |
| 0 | LOG_ELEMENT_OK | The action returned a satisfactory result and the item should be printed to STDOUT in all cases. |
| 1 | LOG_ELEMENT_OK1 | The action returned a satisfactory result which should be printed out to STDOUT if the verbosity level is set to “normal” |
| 5 | LOG_ELEMENT_OK5 | The action returned a satisfactory result which should be printed out to STDOUT if the verbosity level is set to “verbose” |
