-
Notifications
You must be signed in to change notification settings - Fork 33
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
Refactored request
error handling
#88
Conversation
awesome! looking forward to this |
Should I include the second part into this PR? I was planning on getting this reviewed and merged and then following up with a second PR. |
what kind of files would the 2nd pr touch? |
The CashuWallet.ts file
It will change the signature of the methods. I've put details in the issue.
…On Sun, 1 Oct 2023, 08:32 gandlafbtc, ***@***.***> wrote:
what kind of files would the 2nd pr touch?
—
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABG5DTCSXWNZFDCIH2RSZCLX5EMCFANCNFSM6AAAAAA47AD7UE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
okay... i have a PR coming that changes a bunch in |
i'll rebase this branch after i merged the branch |
Exception is now identifiable as HttpResponseError providing a status code. Breaking? We no longer look for error messages on `ok` responses. (HTTP2XX)
bb11590
to
fc93b5c
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.
Finally rebased onto main after merging other commits!
"Couple days" TM...
I have one comment on the PR! other than that, looks good to me
Exception is now identifiable as HttpResponseError providing a status code.
Breaking? We no longer look for error messages on
ok
responses. (HTTP2XX)Fixes: Not yet.
Description
This is a small PR as part of an ongoing effort to address #86
...
Changes
ok
responses. (HTTP2XX)PR Tasks
npm run test
--> no failing unit testsnpm run format