bytechefhq / bytechefhq/bytechef
[feature] Friendly error messages in UI
- Dominant language
- Java
- Stars
- 1k
- Forks
- 170
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 115
Description
As a Workflow Developer
I want to see a friendly error message in the error pop-up in the bottom right corner
So that I can more easily understand what is going on.
Technical Details
Catch all exceptions on the backend, especially Jackson ones, and add appropriate messages. Check `GlobalResponseEntityExceptionHandler` and `*ErrorTypes`
Acceptance Criteria
TODO
Definition of Done
TODO
Contributor guide
Research direction
Start by reading GlobalResponseEntityExceptionHandler and the relevant *ErrorTypes, then trace how backend errors reach the error pop-up in the bottom-right corner. Define the missing acceptance criteria before implementation; done should mean exceptions, especially Jackson errors, produce appropriate friendly messages in the UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100