GraphQLClientException to support getter for statusCode #675
rachanamamillapalli
started this conversation in
Ideas
Replies: 1 comment
-
|
In PR #674, we extend GraphQLClientException from RuntimeException to ResponseStatusException to have easy access to status code |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Often times, we might want to have some logic like re-try based on the returned error codes and the current GraphQLClientException appends the status code in error message string but it doesn't have a getter.
Beta Was this translation helpful? Give feedback.
All reactions