Introduce error tags
authorChristos KK Loverdos <loverdos@gmail.com>
Mon, 11 Jun 2012 08:03:14 +0000 (11:03 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Mon, 11 Jun 2012 08:03:14 +0000 (11:03 +0300)
commit04e776c145c914c17cc25da3d6f6ffb48f8d26c7
tree737aefacf46bc598ccd8961eb3e58aec2788cf79
parent691ba6c4b6b3294f91f6e8cd4c8ccc18bf762510
Introduce error tags

The rationale is:
- To have a centralized view of what error conditions can appear in
Aquarium.
- To use consistent error descriptions, in case where an error condition
applies to more than one place.

This is of course an initial approach. Let's see how it goes.
src/main/scala/gr/grnet/aquarium/ErrorTags.scala [new file with mode: 0644]