PromucFlow_constructor/app/server/appsmith-server
Nilansh Bansal c5cc619721
feat: handled error condition from cs (#40821)
## Description
This PR improves error handling when fetching plugins from CS. 
- Distinguish between legitimate "no plugins found" cases (not an error)
and actual cloud service errors
- Return Mono.empty() with log info when no plugins are found (normal
case)
- Propagate errors with Mono.error() when cloud services returns actual
errors
- Preserve proper error details in exception messages

Fixes #40820 
Corresponding EE PR:
https://github.com/appsmithorg/appsmith-ee/pull/7696


## Automation

/ok-to-test tags="@tag.Sanity"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/15393377154>
> Commit: 8a2c61f27a7069d2f4babed0ccc47ac8e43459e7
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=15393377154&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Mon, 02 Jun 2025 14:01:39 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


## Summary by CodeRabbit

- **Bug Fixes**
- Improved error handling when fetching plugins from cloud services.
Users will now receive clearer error notifications if there is an issue,
rather than silently seeing an empty plugin list.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-06-03 11:58:46 +05:30
..
src feat: handled error condition from cs (#40821) 2025-06-03 11:58:46 +05:30
auth-notes
pom.xml chore: add etag caching in consolidated api for application view mode (#38873) 2025-01-30 13:54:34 +05:30