QarResult Struct
Result returned by most API calls. More...
Declaration
struct QarResult { ... }
Included Headers
#include <qar-streaming-c/include/qar_streaming.h>
Public Member Attributes Index
| QarStatusCode | code |
| uint32_t | error_handle |
Description
Result returned by most API calls.
If code == QAR_STATUS_SUCCESS, error_handle is 0. Otherwise error_handle may reference an internal diagnostic object retrievable via helper functions.
Definition at line 236 of file qar_streaming.h.
Public Member Attributes
code
|
Definition at line 238 of file qar_streaming.h.
error_handle
|
Definition at line 239 of file qar_streaming.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.2.1 by Doxygen 1.9.8.