-
-
Notifications
You must be signed in to change notification settings - Fork 26k
Open
Labels
bugSomething isn't working.Something isn't working.
Description
Describe the bug
Issue: In src/common/retryer.js, if an error occurs and it is not a "bad credentials" or "account suspended" error, the code returns err.response instead of throwing or handling the error.
This can lead to unexpected behavior downstream, as the calling code may expect a valid response object but instead gets an error response, possibly missing required fields.
Expected behavior
it should consider always throwing an error for non-recoverable cases, or standardize the error object returned.
Screenshots / Live demo link
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't working.Something isn't working.