This object specifies the action when a configuration command fails to be executed.
continueOnError: skips the failed configuration command and continues to run other configuration commands.
stopOnError: stops running the failed configuration command and does not run other configuration commands.
rollbackOnError: rolls back the configuration to that before the configuration file is executed.