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.
120 lines
6.4 KiB
120 lines
6.4 KiB
/*
|
|
Copyright 2020 Siemens Digital Industries Software
|
|
==================================================
|
|
Copyright 2014.
|
|
Siemens Product Lifecycle Management Software Inc.
|
|
All Rights Reserved.
|
|
==================================================
|
|
Copyright 2020 Siemens Digital Industries Software
|
|
*/
|
|
|
|
/**
|
|
@file
|
|
|
|
Lifecycle Interoperability Services Framework BMIDE Error Codes Declaration
|
|
|
|
*/
|
|
|
|
#ifndef LIS0LISFMWRKBMIDE_ERRORS_H
|
|
#define LIS0LISFMWRKBMIDE_ERRORS_H
|
|
|
|
#include <common/emh_const.h>
|
|
|
|
/**
|
|
@defgroup LIS0LISFMWRKBMIDE_ERRORS Errors for Lifecycle Interoperability Services BMIDE framework
|
|
@ingroup LIS0LISFMWRKBMIDE
|
|
@{
|
|
*/
|
|
|
|
#define LIS0LISFMWRK_BMIDE_BMIDE_ERROR_BASE EMH_LIS0LISFMWRK_BMIDE_error_base
|
|
|
|
/** The Protocol "%1$" already exists in the database. */
|
|
#define LIS0LISFMWRK_BMIDE_lisprotocol_already_exists ( EMH_LIS0LISFMWRK_BMIDE_error_base + 1 )
|
|
|
|
/** The Protocol "%1$" does not exist in the database */
|
|
#define LIS0LISFMWRK_BMIDE_lisprotocol_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 2 )
|
|
|
|
/** The Create Release "%1$" does not exist for the Protocol "%2$". */
|
|
#define LIS0LISFMWRK_BMIDE_lisprotocol_create_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 3 )
|
|
|
|
/** The Provider Catalog "%1$" already exists in the database. */
|
|
#define LIS0LISFMWRK_BMIDE_liscatalog_already_exists ( EMH_LIS0LISFMWRK_BMIDE_error_base + 4 )
|
|
|
|
/** The Provider Catalog "%1$" does not exist in the database. */
|
|
#define LIS0LISFMWRK_BMIDE_liscatalog_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 5 )
|
|
|
|
/** The Create Release "%1$" does not exist for the Provider Catalog "%2$". */
|
|
#define LIS0LISFMWRK_BMIDE_liscatalog_create_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 6 )
|
|
|
|
/** The Protocol "%1$" does not exist for the Provider Catalog "%2$". */
|
|
#define LIS0LISFMWRK_BMIDE_liscatalog_protocol_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 7 )
|
|
|
|
/** The Provider "%1$" already exists in the database. */
|
|
#define LIS0LISFMWRK_BMIDE_lisprovider_already_exists ( EMH_LIS0LISFMWRK_BMIDE_error_base + 8 )
|
|
|
|
/** The Provider "%1$" does not exist in the database. */
|
|
#define LIS0LISFMWRK_BMIDE_lisprovider_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 9 )
|
|
|
|
/** The Create Release "%1$" does not exist for the Provider "%2$". */
|
|
#define LIS0LISFMWRK_BMIDE_lisprovider_create_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 10 )
|
|
|
|
/** The Provider Catalog "%1$" does not exist for the Provider "%2$". */
|
|
#define LIS0LISFMWRK_BMIDE_lisprovider_catalog_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 11 )
|
|
|
|
/** The Dialog Service "%1$" already exists in the database. */
|
|
#define LIS0LISFMWRK_BMIDE_lisdialogservice_already_exists ( EMH_LIS0LISFMWRK_BMIDE_error_base + 12 )
|
|
|
|
/** The Dialog Service "%1$" does not exist in the database. */
|
|
#define LIS0LISFMWRK_BMIDE_lisdialogservice_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 13 )
|
|
|
|
/** The Create Release "%1$" does not exist for the Dialog Service "%2$". */
|
|
#define LIS0LISFMWRK_BMIDE_lisdialogservice_create_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 14 )
|
|
|
|
/** The Provider "%1$" does not exist for the Dialog Service "%2$" */
|
|
#define LIS0LISFMWRK_BMIDE_lisdialogservice_provider_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 15 )
|
|
|
|
/** The Factory Service "%1$" already exists in the database. */
|
|
#define LIS0LISFMWRK_BMIDE_lisfactoryservice_already_exists ( EMH_LIS0LISFMWRK_BMIDE_error_base + 16 )
|
|
|
|
/** The Factory Service "%1$" does not exist in the database. */
|
|
#define LIS0LISFMWRK_BMIDE_lisfactoryservice_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 17 )
|
|
|
|
/** The Create Release "%1$" does not exist for the Factory Service "%2$". */
|
|
#define LIS0LISFMWRK_BMIDE_lisfactoryservice_create_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 18 )
|
|
|
|
/** The Provider "%1$" does not exist for the Factory Service "%2$" */
|
|
#define LIS0LISFMWRK_BMIDE_lisfactoryservice_provider_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 19 )
|
|
|
|
/** The Operation "%1$" already exists in the database */
|
|
#define LIS0LISFMWRK_BMIDE_lisoperation_already_exists ( EMH_LIS0LISFMWRK_BMIDE_error_base + 20 )
|
|
|
|
/** The Operation "%1$" does not exist in the database */
|
|
#define LIS0LISFMWRK_BMIDE_lisoperation_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 21 )
|
|
|
|
/** The Create Release "%1$" does not exist for the Operation "%2$". */
|
|
#define LIS0LISFMWRK_BMIDE_lisoperation_create_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 22 )
|
|
|
|
/** The Service "%1$" does not exist for the Operation "%2$". */
|
|
#define LIS0LISFMWRK_BMIDE_lisoperation_service_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 23 )
|
|
|
|
/** The Library "%1$" does not exist for the Operation "%2$". */
|
|
#define LIS0LISFMWRK_BMIDE_lisoperation_library_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 24 )
|
|
|
|
/** The type "%1$" specified in the Included Types list for the Provider Catalog "%2$" does not exist. */
|
|
#define LIS0LISFMWRK_BMIDE_catalog_lisincludedtypes_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 25 )
|
|
|
|
/** The type "%1$" specified in the Excluded Types list for the Provider Catalog "%2$" does not exist. */
|
|
#define LIS0LISFMWRK_BMIDE_catalog_lisexcludedtypes_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 26 )
|
|
|
|
/** The Deprecated Release "%1$" does not exist for the Operation "%2$". */
|
|
#define LIS0LISFMWRK_BMIDE_lisoperation_deprecated_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 27 )
|
|
|
|
/** The instance "%1$" does not exist */
|
|
#define LIS0LISFMWRK_BMIDE_instance_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 28 )
|
|
|
|
|
|
/** @} */
|
|
|
|
|
|
#endif
|