PromucFlow_constructor/app/client/src/api
ChandanBalajiBP b72dea33f3
feat: Error handling phase 1 (#20629)
## Description
This PR updates the error logs 
- Establishing a consistent format for all error messages.
- Revising error titles and details for improved understanding.
- Compiling internal documentation of all error categories,
subcategories, and error descriptions.

Updated Error Interface:
https://www.notion.so/appsmith/Error-Interface-for-Plugin-Execution-Error-7b3f5323ba4c40bfad281ae717ccf79b

PRD:
https://www.notion.so/appsmith/PRD-Error-Handling-Framework-4ac9747057fd4105a9d52cb8b42f4452?pvs=4#008e9c79ff3c484abf0250a5416cf052

>TL;DR 

Fixes # 


Media
> A video or a GIF is preferred. when using Loom, don’t embed because it
looks like it’s a GIF. instead, just link to the video


## Type of change

- New feature (non-breaking change which adds functionality)


## How Has This Been Tested?

- Manual
- Jest
- Cypress

### Test Plan


### Issues raised during DP testing


## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [x] 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: subrata <subrata@appsmith.com>
2023-02-18 18:25:46 +05:30
..
ActionAPI.tsx feat: Error handling phase 1 (#20629) 2023-02-18 18:25:46 +05:30
Api.ts Optimise code editor renders (#15405) 2022-08-04 11:10:44 +05:30
ApiResponses.tsx feat: Error handling phase 1 (#20629) 2023-02-18 18:25:46 +05:30
ApiUtils.test.ts chore: Add sentry error for API response meta check (#20367) 2023-02-10 13:26:36 +05:30
ApiUtils.ts feat: Error handling phase 1 (#20629) 2023-02-18 18:25:46 +05:30
ApplicationApi.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
AppThemingApi.tsx feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
CloudServicesApi.ts feat: Support OAuth for all plugin types (#9657) 2022-01-14 12:01:54 +05:30
CollectionApi.ts
DatasourcesApi.ts feat: Simplified Google Sheets queries (#14869) 2022-07-04 11:13:27 +05:30
GitSyncAPI.tsx fix: update implementation as per design | git (#17406) 2022-10-14 12:13:17 +05:30
ImportApi.ts feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
JSActionAPI.tsx feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
LibraryAPI.tsx feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
OAuthApi.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
PageApi.tsx feat: Add a description field for pages (#19573) 2023-01-15 00:58:02 +05:30
PluginApi.ts feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
ProvidersApi.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
ReleasesAPI.tsx
SaasApi.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
TemplatesApi.ts feat: fork templates inside an existing app (#17184) 2022-09-30 19:11:04 +05:30
WidgetConfigsApi.tsx
WidgetSidebarApi.tsx