Modify ↓
Opened 7 years ago
Last modified 7 years ago
#36 new enhancement
exception usage
| Reported by: | mglb1 | Owned by: | mglb1 |
|---|---|---|---|
| Priority: | minor | Milestone: | Version 2.0 |
| Component: | ccsd | Version: | HEAD |
| Keywords: | Cc: | ||
| Estimated Hours Work: | 6 |
Description
ccsd does not make proper use of Python exceptions. In particular although each module has its own exception class there are no explicit error codes set to enable programmatic determination of what went wrong.
All peices of code that generate errors should be enchanced to return a unique error code so that calling functions can correctly handle error conditions without having to parse the textual error message.
Attachments (0)
Change History (1)
comment:1 Changed 7 years ago by mglb1
- Estimated Hours Work set to 6
- Priority changed from major to minor
Note: See
TracTickets for help on using
tickets.
