Feature #95
add error handling
| Status: | Closed | Start: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Monitor | Spent time: | - | |
| Target version: | Monitor Release |
Description
now when there is an error, you get the standard errorhandling,
add a try catch at the highest level, that will catch all errors,
and can filter them :
add a try catch at the highest level, that will catch all errors,
and can filter them :
- validation errors
- unexpected errors
- communication errors
...
History
Updated by Craig Sutherland over 2 years ago
- Status changed from New to Closed
- 4 set to fixed
Added some global high-level error handling, plus some specific error handling to some areas.