/* Copyright 2020 Siemens Digital Industries Software #=============================================================================== # Copyright 2019. # Siemens Product Lifecycle Management Software Inc. # All Rights Reserved. #=============================================================================== # Copyright 2020 Siemens Digital Industries Software */ /** @file EBM0ENTERPRISEBOM Master Error Codes Declaration */ #ifndef EBM0ERRORS_H #define EBM0ERRORS_H #include /** @defgroup EBMENT_ERRORS Errors @ingroup EBMENT @{ */ /** * An internal error has occurred. Report this error to your system administrator. */ #define EBM0ENTERPRISEBOM_internal_error (EMH_EBM0ENTERPRISEBOM_error_base + 1) /** @} */ #endif