-
Notifications
You must be signed in to change notification settings - Fork 12
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: improve error responses #542
Conversation
0e3e155
to
42ffe89
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few questions/nits
5cc5641
to
2564298
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm +1 here, but we need a second opinion.
1e8f77a
to
1553097
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
1553097
to
63a4641
Compare
This PR adds a new RoundTripper to augment error messages and adds it to http client in middleware fashion at creation of BaseService or at SetHTTPClient call. The change covered by new test suite.
Co-authored-by: Rich Ellis <[email protected]> Signed-off-by: Eric Avdey <[email protected]>
326fdbd
to
65fb094
Compare
PR summary
This PR adds a new RoundTripper to augment error messages and adds it to http client in middleware fashion at creation of BaseService or at SetHTTPClient call.
The change covered by new test suite.
PR Checklist
Please make sure that your PR fulfills the following requirements:
Angular Commit Message Guidelines.
PR Type
What is the current behavior?
What is the new behavior?
Does this PR introduce a breaking change?
Other information