|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <common/emh_const.h>Go to the source code of this file.
Macros | |
| #define | SOAMODELCORE_ERROR_BASE EMH_SOA_MODELCORE_error_base |
| #define | SOAMODELCORE_invalid_relation_traversal_input_a ( SOAMODELCORE_ERROR_BASE + 7 ) |
| #define | SOAMODELCORE_invalid_relation_traversal_input_i ( SOAMODELCORE_ERROR_BASE + 6 ) |
| #define | SOAMODELCORE_invalid_relation_traversal_input_s ( SOAMODELCORE_ERROR_BASE + 5 ) |
| #define | SOAMODELCORE_no_tctype_found ( SOAMODELCORE_ERROR_BASE + 1 ) |
| #define | SOAMODELCORE_object_not_created ( SOAMODELCORE_ERROR_BASE + 2 ) |
| #define | SOAMODELCORE_relation_attribute_not_implemented ( SOAMODELCORE_ERROR_BASE + 4 ) |
| #define | SOAMODELCORE_revise_not_supported_for_BO ( SOAMODELCORE_ERROR_BASE + 3 ) |
| #define SOAMODELCORE_ERROR_BASE EMH_SOA_MODELCORE_error_base |
An internal error has occurred in the ModelCore SOA. Please report this to your system administrator.
Definition at line 18 of file soamodelcore_errors.h.
| #define SOAMODELCORE_invalid_relation_traversal_input_a ( SOAMODELCORE_ERROR_BASE + 7 ) |
An invalid relation traversal input is specified. The attribute type can only be a string and the attribute values can only have string values.
Definition at line 53 of file soamodelcore_errors.h.
| #define SOAMODELCORE_invalid_relation_traversal_input_i ( SOAMODELCORE_ERROR_BASE + 6 ) |
An invalid relation traversal input is specified. The type %1$ does not exist.
Definition at line 48 of file soamodelcore_errors.h.
| #define SOAMODELCORE_invalid_relation_traversal_input_s ( SOAMODELCORE_ERROR_BASE + 5 ) |
An invalid relation traversal input is specified. The source object cannot be NULL.
Definition at line 43 of file soamodelcore_errors.h.
| #define SOAMODELCORE_no_tctype_found ( SOAMODELCORE_ERROR_BASE + 1 ) |
No type could be found for the given name %1$.
Definition at line 23 of file soamodelcore_errors.h.
| #define SOAMODELCORE_object_not_created ( SOAMODELCORE_ERROR_BASE + 2 ) |
The Business Object %1$ could not be created. Please check the syslog file for more information.
Definition at line 28 of file soamodelcore_errors.h.
| #define SOAMODELCORE_relation_attribute_not_implemented ( SOAMODELCORE_ERROR_BASE + 4 ) |
The relation attribute %1$ is not yet implemented. Only the attribute mdl0cs_id is currently supported.
Definition at line 38 of file soamodelcore_errors.h.
| #define SOAMODELCORE_revise_not_supported_for_BO ( SOAMODELCORE_ERROR_BASE + 3 ) |
Revisioning is not supported for the Business Object %1$.
Definition at line 33 of file soamodelcore_errors.h.