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.
39 lines
879 B
39 lines
879 B
/*
|
|
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 <common/emh_const.h>
|
|
|
|
/**
|
|
@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
|