:orphan: .. index:: pair: enum; tapi_perf_error .. _doxid-group__tapi__performance_1ga25ed78e62a67e67290a98a1142106ae7: enum tapi_perf_error ==================== Overview ~~~~~~~~ List of possible network throughput test tool errors. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum tapi_perf_error { :ref:`TAPI_PERF_ERROR_FORMAT`, :ref:`TAPI_PERF_ERROR_READ`, :ref:`TAPI_PERF_ERROR_WRITE_CONN_RESET`, :ref:`TAPI_PERF_ERROR_CONNECT`, :ref:`TAPI_PERF_ERROR_NOROUTE`, :ref:`TAPI_PERF_ERROR_BIND`, :ref:`TAPI_PERF_ERROR_SOCKET_CLOSED`, :ref:`TAPI_PERF_ERROR_MAX`, }; .. _details-group__tapi__performance_1ga25ed78e62a67e67290a98a1142106ae7: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ List of possible network throughput test tool errors. Enum Values ----------- .. index:: pair: enumvalue; TAPI_PERF_ERROR_FORMAT .. _doxid-group__tapi__performance_1gga25ed78e62a67e67290a98a1142106ae7a3fe39f71cd91cb985268af276839abe6: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_PERF_ERROR_FORMAT Wrong report format. .. index:: pair: enumvalue; TAPI_PERF_ERROR_READ .. _doxid-group__tapi__performance_1gga25ed78e62a67e67290a98a1142106ae7aa234f25235d5551d527d08236781b33c: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_PERF_ERROR_READ Read failed. .. index:: pair: enumvalue; TAPI_PERF_ERROR_WRITE_CONN_RESET .. _doxid-group__tapi__performance_1gga25ed78e62a67e67290a98a1142106ae7abb1b2660ecb9eb2603af2742a5cb2af2: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_PERF_ERROR_WRITE_CONN_RESET Write failed. Connection reset. .. index:: pair: enumvalue; TAPI_PERF_ERROR_CONNECT .. _doxid-group__tapi__performance_1gga25ed78e62a67e67290a98a1142106ae7a3605471e4a40c5814d8a4b24a6e7a7b8: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_PERF_ERROR_CONNECT Connect failed. .. index:: pair: enumvalue; TAPI_PERF_ERROR_NOROUTE .. _doxid-group__tapi__performance_1gga25ed78e62a67e67290a98a1142106ae7a97e8e536230161faf51b8fce492d4fbe: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_PERF_ERROR_NOROUTE No route to host. .. index:: pair: enumvalue; TAPI_PERF_ERROR_BIND .. _doxid-group__tapi__performance_1gga25ed78e62a67e67290a98a1142106ae7ad194b92499af681029d8e84daa03e870: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_PERF_ERROR_BIND Bind failed. .. index:: pair: enumvalue; TAPI_PERF_ERROR_SOCKET_CLOSED .. _doxid-group__tapi__performance_1gga25ed78e62a67e67290a98a1142106ae7a1b99f9e19a90662a3e1bde704621743a: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_PERF_ERROR_SOCKET_CLOSED Socket closed unexpectedly. .. index:: pair: enumvalue; TAPI_PERF_ERROR_MAX .. _doxid-group__tapi__performance_1gga25ed78e62a67e67290a98a1142106ae7acc69b3f831719b30543e59fcf85fcc0d: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_PERF_ERROR_MAX Not error, but elements number.