# AbstractErrorManager ```cpp // The core and its managers are located in this header #include "CoreInterface.h" // Use this global function to access the errors manager mv::errors()->... ``` **Qualified name:** `mv::AbstractErrorManager` ```{doxygenclass} mv::AbstractErrorManager :members: :protected-members: