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

provide NoCfResult exception #290

Open
oldratlee opened this issue Dec 18, 2024 · 0 comments
Open

provide NoCfResult exception #290

oldratlee opened this issue Dec 18, 2024 · 0 comments

Comments

@oldratlee
Copy link
Member

oldratlee commented Dec 18, 2024

For multiple CF/Actions, this exception is used to:

  • stop fast the execution of the CF/Action that throws this exception
    • aka. flow control, not treat as biz error
    • wont cause the result of multiple CF/Actions fail
  • indicate to use other values of CF/Actions

this exception need not be reported(e.g. logging) as error since it is not biz error.

Discussion

Is this exception essential?

What is a better exception name?

  • StopFast
  • Break
  • NoCfValue
  • NoCfResult
  • ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant