Statistics
| Branch: | Tag: | Revision:

root / htest / Test / Ganeti / Errors.hs @ 61899e64

History | View | Annotate | Download (1.3 kB)

# Date Author Comment
ef3ad027 10/25/2012 12:38 pm Iustin Pop

Add an Errors module mirroring the Python one

As described in the module doc string, while writing this it dawned
upon me that we're mixing all errors together into a single hierarchy
(well, type on the Haskell side), which is not good. Some errors are
used purely within noded, some in the CLI frontends, etc. so these...