struct InferenceEngine::ResponseDesc

Overview

Represents detailed information for an error. More…

#include <ie_common.h>

struct ResponseDesc
{
    // fields

    char msg[4096] = {};
};

Detailed Documentation

Represents detailed information for an error.

Fields

char msg[4096] = {}

A character buffer that holds the detailed information for an error.