/* Copyright 2020 Siemens Digital Industries Software ================================================== Copyright 2008. Siemens Product Lifecycle Management Software Inc. All Rights Reserved. ================================================== Copyright 2020 Siemens Digital Industries Software */ /** @file Content Management Dita errors */ #ifndef CONTMGMTDITA_ERRORS_H #define CONTMGMTDITA_ERRORS_H #include /** @defgroup CONTMGMTDITA_ERRORS CONTMGMTDITA Errors @ingroup CONTMGMTDITA @{ */ #define CONTMGMTDITA_ERROR_BASE EMH_CONTMGMTDITA_error_base #define CONTMGMTDITA_GENERAL_ERROR (CONTMGMTDITA_ERROR_BASE + 0) /** @} */ #endif