ees_microsoft_outlook/enterprise_search_wrapper.py [104:111]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        except ValueError as error:
            raise ValueError(
                f"Please compare the Enterprise Search version used while running the installation \
                                to the version of Enterprise Search installed. Error: {error}"
            )
        except Exception as exception:
            self.logger.exception(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ees_microsoft_outlook/enterprise_search_wrapper.py [132:139]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        except ValueError as error:
            raise ValueError(
                f"Please compare the Enterprise Search version used while running the installation \
                                to the version of Enterprise Search installed. Error: {error}"
            )
        except Exception as exception:
            self.logger.exception(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



