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

RxJavaRuntimeErrorHandler #315

Closed

Conversation

dennisdeng2002
Copy link
Contributor

@dennisdeng2002 dennisdeng2002 commented Dec 1, 2023

Add ability to handle errors in RxJavaRuntime. This allows clients to catch errors and handle accordingly, i.e. throw in debug builds but log in production builds. The primary use case is centered around handling duplicate child key exceptions, which have caused issues for us in the past

@carrotkite
Copy link

JaCoCo Code Coverage 79.52% ✅

Class Covered Meta Status
com/instacart/formula/internal/SingleRequestHolder 0% 0%
com/instacart/formula/rxjava3/RxJavaRuntime 100% 0%

Generated by 🚫 Danger

@dennisdeng2002 dennisdeng2002 deleted the dennisdeng/rxjava-runtime-error-handler branch December 7, 2023 20:58
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.

2 participants