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

6 lines
167 B
JavaScript

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