Usage
Recovers all entities created by the current RSL run.
Syntax
ON ERRORS { ROLLBACK | ACCEPT | CONTINUE };
The default value is ROLLBACK. If ROLLBACK is specified, all RSL entities created during the current run are removed from the model in case of an error.
If ACCEPT is specified, all RSL entities created up to the error stay in the model, but the current RSL run terminates after the error.
If CONTINUE is specified, all RSL-created entities remain in the model, and the current RSL run continues.