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

feat(#zimic): computed response and interceptor server error handling #193

Merged
merged 4 commits into from
May 30, 2024

Conversation

diego-aquino
Copy link
Member

@diego-aquino diego-aquino commented May 30, 2024

Features

  • [#zimic] Added error handling mechanisms for when computed response handlers throw or the interceptor server could not handle a request due to an error. In both cases, the request is treated as bypassed (local) or rejected (remote) and logged to the console as unhandled.

Documentation

  • [#zimic] Improved the unhandled request message and added a sentence mentioning that errors might cause a request to be unhandled.

Closes #190.

@diego-aquino diego-aquino self-assigned this May 30, 2024
@diego-aquino diego-aquino added this to the v0.6.0 milestone May 30, 2024
@diego-aquino diego-aquino merged commit 29f92d7 into canary May 30, 2024
14 checks passed
@diego-aquino diego-aquino deleted the @diego-aquino/190-interceptor-error-handling branch May 30, 2024 22:54
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.

Improve error handling in interceptor server and computed response factories
1 participant