Errors for the system.
This module contains the Errors in Stalker.
Exceptions
| CircularDependencyError([value]) | Raised when there is circular dependencies within Tasks |
| DBError([value]) | Raised when there is no database and a database related action has been placed. |
| DependencyViolationError([value]) | Raised when a TimeLog violates the dependency relation between tasks |
| LoginError([value]) | Raised when the login information is not correct or not correlate with the data in the database. |
| OverBookedError([value]) | Raised when a resource is booked more than once for the same time period |
| StatusError([value]) | Raised when the status of an entity is not suitable for the desired |