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

catchError combinator to recover from failed composable #133

Merged
merged 6 commits into from
Apr 8, 2024

Conversation

diogob
Copy link
Contributor

@diogob diogob commented Mar 1, 2024

Implement combinator based on the docs for a future version.

I have changed its type since the document was written since it seems to me that the original input must be relayed for proper error handling (e.g. retry policies).

@diogob diogob marked this pull request as ready for review April 5, 2024 20:46
gustavoguichard
gustavoguichard previously approved these changes Apr 6, 2024
src/domain-functions.ts Show resolved Hide resolved
src/composable/composable.ts Outdated Show resolved Hide resolved
@gustavoguichard gustavoguichard merged commit dafc5cf into main Apr 8, 2024
2 checks passed
@gustavoguichard gustavoguichard deleted the catchError branch April 8, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants