You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
729 B

/*
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 <common/emh_const.h>
/**
@defgroup CONTMGMTDITA_ERRORS CONTMGMTDITA Errors
@ingroup CONTMGMTDITA
@{
*/
#define CONTMGMTDITA_ERROR_BASE EMH_CONTMGMTDITA_error_base
#define CONTMGMTDITA_GENERAL_ERROR (CONTMGMTDITA_ERROR_BASE + 0)
/** @} */
#endif