Exit Codes
The provengo
tool returns the following exit codes:
Code | Description | Details |
---|---|---|
|
All Good |
Execution completed successfully. 🎉🌈🤗 |
|
Test Failures Found |
Provengo executed fine, some of the tests performed on the tested system failed. |
|
Test Execution Errors |
Provengo executed fine, some of the executed tests could not be completed due to errors. For example, inability to connect to an actuation server. |
|
Test Execution Errors and Failures |
Provengo executed fine, some of the executed tests could not be completed due to errors, and some found failures in the tested system. |
|
I/O Error |
Provengo encountered an i/o error during execution. For example, it could not write a report because of permission errors. |
|
Bad Invocation Parameters |
Provengo was not able to perform the requested action, because some of the parameters are illegal, wrong, missing, or cannot be combined. |
|
JavaScript Error |
Provengo could not complete command execution due to a JavaScript error in the model’s code. |
|
Model Integrity |
Provengo could not complete the request due to structural problems in the model, such as a configuration file that references a non-existent function. |
|
General Execution Error |
Provengo could not complete the request due to an error. |