mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-24 22:01:18 -06:00
[PR #70] [MERGED] Split isNetworkError and isServerError up for better handling #61
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-client#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-client/pull/70
Author: @appy-one
Created: 3/28/2025
Status: ✅ Merged
Merged: 3/28/2025
Merged by: @appy-one
Base:
master← Head:fix/use-own-property-for-server-errors📝 Commits (1)
b2abc6fSplitisNetworkErrorandisServerErrorup for better handling📊 Changes
2 files changed (+12 additions, -8 deletions)
View changed files
📝
src/api-web.ts(+7 -7)📝
src/request/error.ts(+5 -1)📄 Description
Inclusion of the error code responses into
isNetworkErrorcreated unwanted side effects, so I decided to move them toisServerErrorto handle them separately. These 2 combined are now "retryable errors"🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.