Skip to content

Commit

Permalink
added exit codes apache#2214
Browse files Browse the repository at this point in the history
  • Loading branch information
bamaer committed Jan 31, 2023
1 parent f998a3a commit bbb0580
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/hop-user-manual/modules/ROOT/pages/hop-run/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,22 @@ Check the xref:pipeline/pipeline-run-configurations/pipeline-run-configurations.

  +

== Possible exit codes

Hop Run currently finishes with one of four exit codes.

In all cases except `0`, check the error logs for more detailed information for your specific error.

[%header, width="90%", cols="1,3,5"]
|===
|Exit code|Error Message|Description
|0|None|No error message. Everything worked flawlessly.
|1|Error found during execution!|There was an error executing the workflow or pipeline.
|2|General error found, something went horribly wrong!|There was a general error that caused Hop Run to fail completely.
|9|None|There was an error parsing the provided parameter information. Hop Run shows the syntax summary and exists.
|===


== Examples

The example below runs the `switch-case-basic.hpl` pipeline from the samples project through `hop-run`. +
Expand Down

0 comments on commit bbb0580

Please sign in to comment.