mapteksdk.project.errors module

Errors raised by the project module.

exception DeleteRootError

Bases: Exception

Error raised when you attempt to delete the root container.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception ObjectDoesNotExistError

Bases: Exception

Error raised when attempting an operation on an object which does not exist.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception ProjectConnectionFailureError

Bases: Exception

Error raised when connecting to the project fails.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception ApplicationTooOldError

Bases: Exception

Error raised when connecting to an application which is too old.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.