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.
27 lines
1.1 KiB
27 lines
1.1 KiB
/*=============================================================================
|
|
Copyright (C) 2011 ORIGIN Corporation
|
|
Unpublished - All Rights Reserved
|
|
===============================================================================
|
|
File description:
|
|
|
|
Filename: Error_Define.h
|
|
|
|
Declaration:
|
|
|
|
Error codes returned by the ITK module.
|
|
===============================================================================
|
|
DATE Name Description of Change
|
|
5-July-2011 Services creation
|
|
$HISTORY$
|
|
===============================================================================*/
|
|
|
|
//<error id="11">流程模板中缺少参数配置</error>
|
|
#define ERROR_LOCK_ARGUMENTS (EMH_USER_error_base + 11)
|
|
//<error id="12">流程中存在有标记状态的对象</error>
|
|
#define ERROR_HAS_RELEASE (EMH_USER_error_base + 12)
|
|
//<error id="13">流程中存在仿真未通过的零件</error>
|
|
#define ERROR_NO_TECH_REPORT (EMH_USER_error_base + 13)
|
|
//<error id="14"> %1$ 未指派项目</error>
|
|
#define ERROR_NO_ASSIGN_PROJECT (EMH_USER_error_base + 14)
|
|
//<error id="803">项目中缺少指定的组和角色</error>
|
|
#define ERROR_LACK_GROUP_ROLE (EMH_USER_error_base + 803) |