Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-11599455 try scope revamp and ref duke #2386

Open
wants to merge 10 commits into
base: v4.4
Choose a base branch
from
Prev Previous commit
Next Next commit
Update modules/ROOT/pages/try-scope-concept.adoc
dukesphere authored Oct 20, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 2444bbb91b53157f59c68a9942ce6f6331959b8b
2 changes: 1 addition & 1 deletion modules/ROOT/pages/try-scope-concept.adoc
Original file line number Diff line number Diff line change
@@ -181,7 +181,7 @@ In this example, a database connection error `DB:CONNECTIVITY` propagates becaus
INFO ...LoggerMessageProcessor: {onErrorPropagate=DB:CONNECTIVITY}
----

On Error Continue (`on-error-continue`) treats other errors that occur within the scope as successful, which enables the Logger with _and after_ the Try scope to execute.
On Error Continue (`on-error-continue`) accepts other errors that occur within the scope. The Logger within _and after_ the Try scope execute when these errors occur.

[source,logs]
----