You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add ResponseStatusCodeError for handling 4xx and 5xx errors
- Introduced a new error type ResponseStatusCodeError to handle 4xx and 5xx HTTP response status codes. This is needed because we set throwOnError to true in all requests.
- ResponseStatusCodeError includes `statusCode`, `headers`, and `body` properties.
0 commit comments