viktor.errors
Error
- exception viktor.errors.Error¶
Bases:
Exception
LicenseError
- exception viktor.errors.LicenseError¶
Bases:
viktor.errors.Error
ExecutionError
- exception viktor.errors.ExecutionError¶
Bases:
viktor.errors.Error
ModelError
- exception viktor.errors.ModelError¶
Bases:
viktor.errors.Error
Exception raised if an error occurs within the model of one of the bindings (e.g. SCIA, D-Settlement, …).
ParsingError
- exception viktor.errors.ParsingError¶
Bases:
viktor.errors.Error
Exception raised if an error occurs during parsing.
EntityError
- exception viktor.errors.EntityError¶
Bases:
viktor.errors.Error
Base class exception for all entity errors raised in the API
EntityNotFoundError
- exception viktor.errors.EntityNotFoundError¶
Bases:
viktor.errors.EntityError
Exception raised if an entity is requested using the api module but does not exist
EntityCreateError
- exception viktor.errors.EntityCreateError¶
Bases:
viktor.errors.EntityError
Exception raised if creation of an entity failed
EntityDeleteError
- exception viktor.errors.EntityDeleteError¶
Bases:
viktor.errors.EntityError
Exception raised if deletion of an entity failed
EntityReviseError
- exception viktor.errors.EntityReviseError¶
Bases:
viktor.errors.EntityError
Exception raised if creating a revision (e.g. set params, rename) of an entity failed
InternalError
- exception viktor.errors.InternalError¶
Bases:
viktor.errors.Error
Exception applicable for incorrect internal VIKTOR logic. Please contact VIKTOR.