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

Enrich and optimize error handling API #509

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

kyri-petrou
Copy link
Collaborator

This PR adds the following methods to the ZQuery API to improve interop with ZIO effects:

  1. catchAllZIO
  2. catchAllCauseZIO
  3. foldZIO
  4. foldCauseZIO

In addition, multiple methods have been optimized to avoid lifting pure values into a ZQuery for error handling

@kyri-petrou kyri-petrou merged commit 459b580 into zio:series/2.x Sep 15, 2024
24 checks passed
@kyri-petrou kyri-petrou deleted the enrich-error-handling-api branch September 15, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant