/* Copyright 2020 Siemens Digital Industries Software ================================================== Copyright 2016. Siemens Product Lifecycle Management Software Inc. All Rights Reserved. ================================================== Copyright 2020 Siemens Digital Industries Software */ /** @file Error codes that are used by the Change Management 4th Generation Interface module */ #ifndef TEAMCENTER_FGC0CM4G_ERRORS_H #define TEAMCENTER_FGC0CM4G_ERRORS_H #include /** @defgroup FGC0CM4G_ERRORS Change Management 4th Generation Interface module Errors @ingroup FGC0CM4G @{ */ /** * An internal error has occurred: %1$. Please report it to your system administrator. */ #define FGC0CM4G_internal_error ( EMH_FGC0CM4G_error_base + 0 ) /** @} */ #endif