ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros
clientservices_errors.h File Reference
#include <common/emh_const.h>
#include <clientservices/libclientservices_exports.h>
#include <clientservices/libclientservices_undef.h>

Go to the source code of this file.

Macros

#define CLIENTSERVICES_ERROR_BASE   EMH_CLIENTSERVICES_error_base
 
#define CLIENTSERVICES_failure_generating_html_for_element   (EMH_CLIENTSERVICES_error_base + 3)
 
#define CLIENTSERVICES_failure_to_read_html   (EMH_CLIENTSERVICES_error_base + 10)
 
#define CLIENTSERVICES_failure_to_read_xrt   (EMH_CLIENTSERVICES_error_base + 2)
 
#define CLIENTSERVICES_getStylesheet_invalid_input   (EMH_CLIENTSERVICES_error_base + 12)
 
#define CLIENTSERVICES_internal_error   (EMH_CLIENTSERVICES_error_base + 1)
 
#define CLIENTSERVICES_multiple_shared_library_dataset_found   (EMH_CLIENTSERVICES_error_base + 7)
 
#define CLIENTSERVICES_no_shared_library_dataset_found   (EMH_CLIENTSERVICES_error_base + 8)
 
#define CLIENTSERVICES_shared_library_dataset_not_owned_by_dba   (EMH_CLIENTSERVICES_error_base + 9)
 
#define CLIENTSERVICES_undefined_output_stream   (EMH_CLIENTSERVICES_error_base + 4)
 
#define CLIENTSERVICES_undefined_shared_library_preference   (EMH_CLIENTSERVICES_error_base + 6)
 
#define CLIENTSERVICES_unknown_xrt_element   (EMH_CLIENTSERVICES_error_base + 5)
 
#define CLIENTSERVICES_unsupported_rendering_hint   (EMH_CLIENTSERVICES_error_base + 11)
 

Detailed Description

ClientServices Error Codes Declaration

Definition in file clientservices_errors.h.

Macro Definition Documentation

#define CLIENTSERVICES_ERROR_BASE   EMH_CLIENTSERVICES_error_base

Definition at line 28 of file clientservices_errors.h.

#define CLIENTSERVICES_failure_generating_html_for_element   (EMH_CLIENTSERVICES_error_base + 3)

The HTML output for the element type "%1$" could not be generated. Please contact your system administrator.

Definition at line 37 of file clientservices_errors.h.

#define CLIENTSERVICES_failure_to_read_html   (EMH_CLIENTSERVICES_error_base + 10)

The HTML file for the dataset "%1$" could not be read. Please contact your system administrator.

Definition at line 58 of file clientservices_errors.h.

#define CLIENTSERVICES_failure_to_read_xrt   (EMH_CLIENTSERVICES_error_base + 2)

The XRT file for the dataset "%1$" could not be read. Please contact your system administrator.

Definition at line 34 of file clientservices_errors.h.

#define CLIENTSERVICES_getStylesheet_invalid_input   (EMH_CLIENTSERVICES_error_base + 12)

An internal error has occurred: an invalid input has been provided to the "ClientServices::getStylesheet" method. Please report this error to your system administrator.

Definition at line 64 of file clientservices_errors.h.

#define CLIENTSERVICES_internal_error   (EMH_CLIENTSERVICES_error_base + 1)

A severe internal error has occurred in the Client Services module. Please check the Teamcenter server syslog file for more information.

Definition at line 31 of file clientservices_errors.h.

#define CLIENTSERVICES_multiple_shared_library_dataset_found   (EMH_CLIENTSERVICES_error_base + 7)

Multiple common client shared library datasets of name "%1$" were encountered. Please contact your system administrator.

Definition at line 49 of file clientservices_errors.h.

#define CLIENTSERVICES_no_shared_library_dataset_found   (EMH_CLIENTSERVICES_error_base + 8)

No common client shared library dataset of name "%1$" could be found. Please contact your system administrator.

Definition at line 52 of file clientservices_errors.h.

#define CLIENTSERVICES_shared_library_dataset_not_owned_by_dba   (EMH_CLIENTSERVICES_error_base + 9)

The common client shared library dataset of name "%1$" is not owned by the "DBA" group. Please contact your system administrator.

Definition at line 55 of file clientservices_errors.h.

#define CLIENTSERVICES_undefined_output_stream   (EMH_CLIENTSERVICES_error_base + 4)

An internal error has occurred: the output stream must be set prior to invoking the "toHTML" function. Please check the Teamcenter server syslog file for more information, and report the error to your system administrator.

Definition at line 40 of file clientservices_errors.h.

#define CLIENTSERVICES_undefined_shared_library_preference   (EMH_CLIENTSERVICES_error_base + 6)

The preference "%1$"used for finding shared common client libraries does not have any proper value. Please contact your system administrator.

Definition at line 46 of file clientservices_errors.h.

#define CLIENTSERVICES_unknown_xrt_element   (EMH_CLIENTSERVICES_error_base + 5)

An unknown XRT element was encountered: %1$. Please contact your system administrator.

Definition at line 43 of file clientservices_errors.h.

#define CLIENTSERVICES_unsupported_rendering_hint   (EMH_CLIENTSERVICES_error_base + 11)

The rendering hint "%1$" is not supported in HTML stylesheets. Please contact your system administrator.

Definition at line 61 of file clientservices_errors.h.