Errors

exception clink.service.mongo.error.DocSpecExit(name)[source]
args
with_traceback()

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

exception clink.service.mongo.error.DocumentNotExist(doc_name)[source]
args
with_traceback()

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

exception clink.service.mongo.error.DocumentIndexError(doc_name, req_index)[source]
args
with_traceback()

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