viktor.errors
Error
- exception viktor.errors.Error¶
Bases:
Exception
EntityError
EntityCreateError
- exception viktor.errors.EntityCreateError¶
Bases:
EntityErrorException raised if creation of an entity failed.
EntityDeleteError
- exception viktor.errors.EntityDeleteError¶
Bases:
EntityErrorException raised if deletion of an entity failed.
EntityNotFoundError
- exception viktor.errors.EntityNotFoundError¶
Bases:
EntityErrorException raised if an entity is requested using the api module but does not exist.