:orphan: .. index:: pair: struct; te_rpc_error_data .. _doxid-structte__rpc__error__data: struct te_rpc_error_data ======================== .. toctree:: :hidden: Overview ~~~~~~~~ Structure for storing data about error occurred during RPC call. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_rpc_error_data { // fields :ref:`tarpc_out_arg`* :ref:`out_common`; :ref:`te_errno` :ref:`err`; char :ref:`str`[RPC_ERROR_MAX_LEN]; }; .. _details-structte__rpc__error__data: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure for storing data about error occurred during RPC call. Fields ------ .. index:: pair: variable; out_common .. _doxid-structte__rpc__error__data_1a3a08590ab39bf5967b575a60cfb6b02b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_out_arg`* out_common Where error number and message should be set to be reported to RPC caller .. index:: pair: variable; err .. _doxid-structte__rpc__error__data_1a44be7b72e732120b0d888b09f5e3e953: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` err Error number .. index:: pair: variable; str .. _doxid-structte__rpc__error__data_1aa666312e0a7b94a9f4d07a86a4f0f47e: .. ref-code-block:: cpp :class: doxyrest-title-code-block char str[RPC_ERROR_MAX_LEN] String describing error