-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with intermittent promise rejection error (#1859)
* fix(sdk-middleware-http): issue with intermittent promise rejection error - add an error catch block to handle serialization errors * Create khaki-radios-destroy.md * chore(tests): write tests - DEVX-180 write tests for new bug fix * chore(feedback): implement feedback - use correct error class for error handling. - change network error to server error
- Loading branch information
Showing
3 changed files
with
188 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@commercetools/sdk-middleware-http": patch | ||
--- | ||
|
||
Fix intermittent unhandled promise rejection error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters