vrealize/Orchestrator/Workflows/Generate Unique Hostname/z01_errors.js

7 lines
189 B
JavaScript

/* JavaScript: errors
Terminate the workflow in the event of an unrecoverable error
Inputs: errMsg (string)
Outputs: none
*/
System.error("FATAL ERROR!");
System.error(errMsg);