errors

This file contains custom errors used by BESOS

exception errors.InstallationError(version=None, ep_path=None, message=None)[source]

idf version X does not match with installed EP, please supply ep_path to correct EP version. We expect EP to be installed in {}.

exception errors.ModeError(mode=None, message=None)[source]

An error for when an invalid mode is encountered.