-
-
## Objective
Implement comprehensive error handling for generation process
## Tasks
- [ ] Create `GenerationErrorHandler` class
- [ ] Implement error categorization
- [ ] Add error reporting
-…
-
Improve error handling in the main.py file by replacing general exception handling with more specific error classes.
Implement custom exceptions in the service/parser.py file, services/github_clien…
-
When I try the following invalid command, the command I entered disappears whereas if I try other invalid commands, the text turns red, highlighting an inconsistency in the way errors are displayed
!…
-
Exception in the backend should be handled so that the frontend is aware of every error that occurs.
-
* The format specifies that the INDEX for edit command be positive and within the list
* These two errors falls outside that constraint, and should return similar/same errors
* edit -1 should return a…
-
Hello, maybe it will be better **not** to wrap [unsubscribe method](https://github.com/Pushwoosh/web-push-notifications/blob/master/src/Pushwoosh.ts#L286) in try catch block?
For example subscribe m…
-
* The format specifies that the INDEX for edit command be positive and within the list
* These two errors falls outside that constraint, and should return similar/same errors
* edit -1 should return a…
-
When I try the following invalid command, the command I entered disappears whereas if I try other invalid commands, the text turns red, highlighting an inconsistency in the way errors are displayed
!…
-
In def_config_suews.py in branch dayantur/adding_pydantic_rules (from sunt05/issue29), I've implemented a way to see all the exceptions together instead of having the script stopping after raising the…