-
Notifications
You must be signed in to change notification settings - Fork 11
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
Move error decoding out of Client, support custom decoders #273
Comments
It seems to me like our |
The issue here is that the |
Ah I think I see. So we'd want to restrict the errors returned by Is that generally what you were thinking? |
Yep, though I think it'll take some design work to figure out how it should interact with Conjure's internal retry logic. |
a la https://github.com/palantir/dialogue/blob/156b8d91f36e68fbad857fcc8fe0fa0ca57a90d8/dialogue-annotations/src/main/java/com/palantir/dialogue/annotations/ErrorDecoder.java
The text was updated successfully, but these errors were encountered: