This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
Represents detailed information for an error. More…
#include <ie_common.h> struct ResponseDesc { // fields char msg[4096] = {}; };
Represents detailed information for an error.
char msg[4096] = {}
A character buffer that holds the detailed information for an error.