mapteksdk.project.errors module¶
Module containing errors raised by the project module.
- exception mapteksdk.project.errors.DeleteRootError¶
Bases:
Exception
Error raised when you attempt to delete the root container.
- exception mapteksdk.project.errors.ObjectDoesNotExistError¶
Bases:
Exception
Error raised when attempting an operation on an object which does not exist.
- exception mapteksdk.project.errors.ProjectConnectionFailureError¶
Bases:
Exception
Error raised when connecting to the project fails.
- exception mapteksdk.project.errors.ApplicationTooOldError¶
Bases:
Exception
Error raised when connecting to an application which is too old.