Struct QnnAipError_Info_t

Struct Documentation

struct QnnAipError_Info_t

This is the error info struct provided as errorBuffer in QnnAipError_Blob_t.

The errorInfo can be obtained by casting errorBuffer field of QnnAipError_Blob_t to QnnAipError_Info_t. Based on the errorType, the type of error info structure can be found Below is the Map between QnnAipError_Type_t and type of Error Info Struct

#

errorType

errorInfo struct type

1

QNN_AIP_ERROR_TYPE_VERBOSE

QnnAipError_Verbose_t

Public Members

QnnAipError_Type_t errorType
QnnAipError_Verbose_t verboseInfo
union QnnAipError_Info_t::[anonymous] [anonymous]