|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
Macros | |
| #define | TCIF_create_input_failure (TCIF_ERROR_BASE + 4) |
| #define | TCIF_delete_not_allowed (TCIF_ERROR_BASE + 5) |
| #define | TCIF_ERROR_BASE EMH_TCIF_error_base |
| #define | TCIF_event_not_found (TCIF_ERROR_BASE + 2) |
| #define | TCIF_event_state_unexpected (TCIF_ERROR_BASE + 6) |
| #define | TCIF_event_type_not_found (TCIF_ERROR_BASE + 7) |
| #define | TCIF_login_failure (TCIF_ERROR_BASE + 1) |
| #define | TCIF_soap_error (TCIF_ERROR_BASE + 3) |
| #define TCIF_create_input_failure (TCIF_ERROR_BASE + 4) |
The creation of a Teamcenter Integration Framework event object has failed due to errors in the input arguments.
Definition at line 46 of file tcif_errors.h.
| #define TCIF_delete_not_allowed (TCIF_ERROR_BASE + 5) |
The deletion of the object with ID "%1$" has failed due to a pre-condition mismatch. Please check the object deletion privilege.</error>
Definition at line 51 of file tcif_errors.h.
| #define TCIF_ERROR_BASE EMH_TCIF_error_base |
Definition at line 25 of file tcif_errors.h.
| #define TCIF_event_not_found (TCIF_ERROR_BASE + 2) |
The Teamcenter Integration Framework event for the object with ID "%$1" cannot be found. Please contact your system administrator.
Definition at line 36 of file tcif_errors.h.
| #define TCIF_event_state_unexpected (TCIF_ERROR_BASE + 6) |
An event state "%1$" was expected from the Teamcenter Integration Framework server, but an event state "%2$" was received instead. Please contact your system administrator.
Definition at line 56 of file tcif_errors.h.
| #define TCIF_event_type_not_found (TCIF_ERROR_BASE + 7) |
The Teamcenter event type "%1$" cannot be found. Please verify that the Teamcenter event type is defined.
Definition at line 61 of file tcif_errors.h.
| #define TCIF_login_failure (TCIF_ERROR_BASE + 1) |
The login operation to Teamcenter Integration Framework server site has failed for the URL "%1$". Please check the login website address as defined in the preference "TCIF_url".
Definition at line 31 of file tcif_errors.h.
| #define TCIF_soap_error (TCIF_ERROR_BASE + 3) |
One or more SOAP errors were returned from Teamcenter Integration Framework server. Verify that the Teamcenter Integration server is started and try sending the message again.
Definition at line 41 of file tcif_errors.h.