PromucFlow_constructor/app/client/src/sagas/ActionExecution
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
..
CopyActionSaga.ts fix: access outer scope variables inside callbacks (#20168) 2023-02-12 00:03:20 +05:30
DownloadActionSaga.ts fix: access outer scope variables inside callbacks (#20168) 2023-02-12 00:03:20 +05:30
downloadActionUtils.ts prevent corruption of downloaded file when base64 string is used in download action (#10254) 2022-01-09 08:15:09 +01:00
errorUtils.ts feat: Error handling phase 1 (#20629) 2023-02-18 18:25:46 +05:30
geolocationSaga.test.ts fix: access outer scope variables inside callbacks (#20168) 2023-02-12 00:03:20 +05:30
geolocationSaga.ts fix: access outer scope variables inside callbacks (#20168) 2023-02-12 00:03:20 +05:30
ModalSagas.ts fix: access outer scope variables inside callbacks (#20168) 2023-02-12 00:03:20 +05:30
NavigateActionSaga.ts chore: Add missing imports errors for ee repo sync (#20575) 2023-02-12 05:15:34 +01:00
PluginActionSaga.ts feat: Error handling phase 1 (#20629) 2023-02-18 18:25:46 +05:30
PluginActionSagaUtils.test.ts fix: Add null checks for empty datatypes in api/query responses (#14208) 2022-06-06 13:27:19 +05:30
PluginActionSagaUtils.ts fix: Add null checks for empty datatypes in api/query responses (#14208) 2022-06-06 13:27:19 +05:30
PostMessage.test.ts fix: access outer scope variables inside callbacks (#20168) 2023-02-12 00:03:20 +05:30
PostMessageSaga.ts fix: access outer scope variables inside callbacks (#20168) 2023-02-12 00:03:20 +05:30
ResetWidgetActionSaga.ts fix: access outer scope variables inside callbacks (#20168) 2023-02-12 00:03:20 +05:30
ShowAlertActionSaga.ts fix: access outer scope variables inside callbacks (#20168) 2023-02-12 00:03:20 +05:30
StoreActionSaga.ts fix: access outer scope variables inside callbacks (#20168) 2023-02-12 00:03:20 +05:30