ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros
TCCORE Errors

Macros

#define DeepCopy_allow_or_items   (EMH_TCCORE_error_base + 52)
 
#define DeepCopy_no_saveasinput   (EMH_TCCORE_error_base + 51)
 
#define DeferredHelper_mixed_save_delete   (EMH_TCCORE_error_base + 41)
 
#define DeferredSaveHelper_missing_save   (EMH_TCCORE_error_base + 61)
 
#define Expression_internal_error   (EMH_TCCORE_error_base + 35)
 
#define Expression_invalid_function_argument   (EMH_TCCORE_error_base + 34)
 
#define Expression_invalid_function_syntax   (EMH_TCCORE_error_base + 32)
 
#define Expression_invalid_property   (EMH_TCCORE_error_base + 33)
 
#define Expression_malformed_expression   (EMH_TCCORE_error_base + 31)
 
#define LOCALE_NOT_SUPPORTED   (EMH_TCCORE_error_base + 20)
 
#define TCCORE_bulk_create_not_supported   (EMH_TCCORE_error_base + 62)
 
#define TCCORE_cannot_save_transient_object   (EMH_TCCORE_error_base + 26)
 
#define TCCORE_ERROR_key_already_exists   (EMH_TCCORE_error_base + 71)
 
#define TCCORE_ERROR_key_not_found   (EMH_TCCORE_error_base + 72)
 
#define TCCORE_failed_to_create_rel_in_context   (EMH_TCCORE_error_base + 86)
 
#define TCCORE_failed_to_create_rel_in_public   (EMH_TCCORE_error_base + 85)
 
#define TCCORE_id_missed_in_createinput   (EMH_TCCORE_error_base + 36)
 
#define TCCORE_markpoint_bulletin_board_error   (EMH_TCCORE_error_base + 91)
 
#define TCCORE_NULL_argument_passed   (EMH_TCCORE_error_base + 25)
 
#define TCCORE_revise_not_supported   (EMH_TCCORE_error_base + 82)
 
#define TCCORE_saveas_not_supported   (EMH_TCCORE_error_base + 83)
 
#define VLAAdapter_negative_sequence_number   (EMH_TCCORE_error_base + 3)
 
#define VLAAdapter_no_localization_passed   (EMH_TCCORE_error_base + 5)
 
#define VLAAdapter_outofbounds_sequence_number   (EMH_TCCORE_error_base + 4)
 
#define VLAAdapter_reorder_incorrect_new_start   (EMH_TCCORE_error_base + 9)
 
#define VLAAdapter_reorder_incorrect_parameters   (EMH_TCCORE_error_base + 8)
 
#define VLAAdapter_requested_locale_not_in_VLA   (EMH_TCCORE_error_base + 2)
 
#define VLAAdapter_string_is_improper_VLA   (EMH_TCCORE_error_base + 11)
 
#define VLAAdapter_undefined_VLA_row   (EMH_TCCORE_error_base + 6)
 
#define VLAAdapter_VLA_has_no_locale   (EMH_TCCORE_error_base + 0)
 
#define VLAAdapter_VLA_has_no_master   (EMH_TCCORE_error_base + 10)
 
#define VLAAdapter_VLA_has_no_master_locale   (EMH_TCCORE_error_base + 1)
 
#define VLAAdapter_wrong_status   (EMH_TCCORE_error_base + 7)
 

Detailed Description

Macro Definition Documentation

#define DeepCopy_allow_or_items   (EMH_TCCORE_error_base + 52)

Definition at line 66 of file tccore_errors.h.

#define DeepCopy_no_saveasinput   (EMH_TCCORE_error_base + 51)

Definition at line 65 of file tccore_errors.h.

#define DeferredHelper_mixed_save_delete   (EMH_TCCORE_error_base + 41)

Definition at line 62 of file tccore_errors.h.

#define DeferredSaveHelper_missing_save   (EMH_TCCORE_error_base + 61)

The "Create" operation was called for the object "%2$" of type "%1$". The required call to the "Save" operation is missing for this object. Refer to the Business Modeler IDE guide "Refactor create operations" for more details.

Definition at line 71 of file tccore_errors.h.

#define Expression_internal_error   (EMH_TCCORE_error_base + 35)

Definition at line 58 of file tccore_errors.h.

#define Expression_invalid_function_argument   (EMH_TCCORE_error_base + 34)

Definition at line 57 of file tccore_errors.h.

#define Expression_invalid_function_syntax   (EMH_TCCORE_error_base + 32)

Definition at line 55 of file tccore_errors.h.

#define Expression_invalid_property   (EMH_TCCORE_error_base + 33)

Definition at line 56 of file tccore_errors.h.

#define Expression_malformed_expression   (EMH_TCCORE_error_base + 31)

Definition at line 54 of file tccore_errors.h.

#define LOCALE_NOT_SUPPORTED   (EMH_TCCORE_error_base + 20)

Definition at line 45 of file tccore_errors.h.

#define TCCORE_bulk_create_not_supported   (EMH_TCCORE_error_base + 62)

The bulk creation of objects of type "%1$" is not supported.

Definition at line 76 of file tccore_errors.h.

#define TCCORE_cannot_save_transient_object   (EMH_TCCORE_error_base + 26)

The "Save" operation was called for the transient object "%2$" of type "%1$". However, transient objects cannot be saved.

Definition at line 51 of file tccore_errors.h.

#define TCCORE_ERROR_key_already_exists   (EMH_TCCORE_error_base + 71)

A key with the same value "%1$" already exists in this object status. Please refer to the Teamcenter server log file for details and contact your system administrator.

Definition at line 81 of file tccore_errors.h.

#define TCCORE_ERROR_key_not_found   (EMH_TCCORE_error_base + 72)

The key "%1$" was not found in the object status. Please refer to the Teamcenter server log file for details and contact your system administrator.

Definition at line 86 of file tccore_errors.h.

#define TCCORE_failed_to_create_rel_in_context   (EMH_TCCORE_error_base + 86)

The Relation cannot be created, because it is configured for the context "%1$", which means that the primary and the secondary objects must be configured either for the "public" context or for the context of the Relation. The primary object "%2$" is configured for the context "%3$", and the secondary object "%4$" is configured for the context "%5$".

Definition at line 106 of file tccore_errors.h.

#define TCCORE_failed_to_create_rel_in_public   (EMH_TCCORE_error_base + 85)

The Relation cannot be created, because it is configured for a "public" context, which means that both the primary and the secondary objects must be configured for "public" context. The primary object "%1$" is configured for the context "%2$", and the secondary object "%3$" is configured for the context "%4$".

Definition at line 101 of file tccore_errors.h.

#define TCCORE_id_missed_in_createinput   (EMH_TCCORE_error_base + 36)

Definition at line 59 of file tccore_errors.h.

#define TCCORE_markpoint_bulletin_board_error   (EMH_TCCORE_error_base + 91)

There was an error while handling the Markpoint Bulletin Board. Please contact your system administrator for this error.

Definition at line 112 of file tccore_errors.h.

#define TCCORE_NULL_argument_passed   (EMH_TCCORE_error_base + 25)

Definition at line 48 of file tccore_errors.h.

#define TCCORE_revise_not_supported   (EMH_TCCORE_error_base + 82)

The following objects are not configured to allow the revise operation: %1$. If this is needed, please contact your system administrator to make the needed changes using the Business Modeler IDE (BMIDE).

Definition at line 91 of file tccore_errors.h.

#define TCCORE_saveas_not_supported   (EMH_TCCORE_error_base + 83)

The following objects are not configured to allow the Save As operation: %1$. If this is needed, please contact your system administrator to make the needed changes using the Business Modeler IDE (BMIDE).

Definition at line 96 of file tccore_errors.h.

#define VLAAdapter_negative_sequence_number   (EMH_TCCORE_error_base + 3)

Definition at line 29 of file tccore_errors.h.

#define VLAAdapter_no_localization_passed   (EMH_TCCORE_error_base + 5)

Definition at line 32 of file tccore_errors.h.

#define VLAAdapter_outofbounds_sequence_number   (EMH_TCCORE_error_base + 4)

Definition at line 30 of file tccore_errors.h.

#define VLAAdapter_reorder_incorrect_new_start   (EMH_TCCORE_error_base + 9)

Definition at line 39 of file tccore_errors.h.

#define VLAAdapter_reorder_incorrect_parameters   (EMH_TCCORE_error_base + 8)

Definition at line 38 of file tccore_errors.h.

#define VLAAdapter_requested_locale_not_in_VLA   (EMH_TCCORE_error_base + 2)

Definition at line 27 of file tccore_errors.h.

#define VLAAdapter_string_is_improper_VLA   (EMH_TCCORE_error_base + 11)

Definition at line 43 of file tccore_errors.h.

#define VLAAdapter_undefined_VLA_row   (EMH_TCCORE_error_base + 6)

Definition at line 33 of file tccore_errors.h.

#define VLAAdapter_VLA_has_no_locale   (EMH_TCCORE_error_base + 0)

Definition at line 25 of file tccore_errors.h.

#define VLAAdapter_VLA_has_no_master   (EMH_TCCORE_error_base + 10)

Definition at line 42 of file tccore_errors.h.

#define VLAAdapter_VLA_has_no_master_locale   (EMH_TCCORE_error_base + 1)

Definition at line 26 of file tccore_errors.h.

#define VLAAdapter_wrong_status   (EMH_TCCORE_error_base + 7)

Definition at line 35 of file tccore_errors.h.