// Copyright 2020 Siemens Digital Industries Software // ================================================== // Copyright 2013. // Siemens Product Lifecycle Management Software Inc. // All Rights Reserved. // ================================================== // Copyright 2020 Siemens Digital Industries Software /** @file Epl0edalibrary errors */ #ifndef EPL0EDALIBRARY_ERRORS_H #define EPL0EDALIBRARY_ERRORS_H #include #include /** @defgroup EPL0EDALIBRARY_ERRORS EPL0EDALIBRARY Errors @ingroup EPL0EDALIBRARY @{ */ /** An internal error has occurred in EDA library module: %1$. Please contact your system administrator. */ #define EPL0EDALIBRARY_internal_error (EMH_EPL0EDALIBRARY_error_base + 1) /** @} */ #include #endif