soatestcli uses the following exit codes when it encounters a problem:
| Code | Meaning |
|---|---|
| 130 | Command-line is malformed or refers to a resource that does not exist. |
| 131 | Eclipse is already running in the same workspace. |
| 133 | Parser configuration error. The XML parser cannot be found or instantiated. |
| 134 | Command-line is not licensed. |
| 135 | Test process exited with an exception. Check error log. |
| 2 | Static analysis violations. This exit code is only applicable when running soatestcli with the -fail switch. See CLI Options for additional information. |
| 4 | Functional test violations. This exit code is only applicable when running soatestcli with the -fail switch. See CLI Options for additional information. |
| 1 | Any other problem. This exit code is only applicable when running soatestcli with the -fail switch. See CLI Options for additional information. |