This PR introduces client side error handling. Certain errors cannot be handled by the server for example, 413 errors (Content Too Large), this is because they get rejected by NGINX before it reaches the server code. Hence why they have to be handled on the client side. Fixes #20641 ## Type of change - Bug fix (non-breaking change which fixes an issue) - Manual ## Checklist: ### Dev activity - [x] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] PR is being merged under a feature flag ### QA activity: - [ ] Test plan has been approved by relevant developers - [ ] Test plan has been peer reviewed by QA - [ ] Cypress test cases have been added and approved by either SDET or manual QA - [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA - [ ] Added Test Plan Approved label after reveiwing all Cypress test --------- Co-authored-by: ChandanBalajiBP <104058110+ChandanBalajiBP@users.noreply.github.com> Co-authored-by: Aishwarya UR <aishwarya@appsmith.com> |
||
|---|---|---|
| .. | ||
| ActionAPI.tsx | ||
| Api.ts | ||
| ApiResponses.tsx | ||
| ApiUtils.test.ts | ||
| ApiUtils.ts | ||
| AppThemingApi.tsx | ||
| CloudServicesApi.ts | ||
| CollectionApi.ts | ||
| DatasourcesApi.ts | ||
| GitSyncAPI.tsx | ||
| ImportApi.ts | ||
| JSActionAPI.tsx | ||
| LibraryAPI.tsx | ||
| OAuthApi.ts | ||
| PageApi.tsx | ||
| PluginApi.ts | ||
| ProvidersApi.ts | ||
| ReleasesAPI.tsx | ||
| SaasApi.ts | ||
| TemplatesApi.ts | ||
| WidgetConfigsApi.tsx | ||
| WidgetSidebarApi.tsx | ||