Struct QnnDspError_Info_t

Struct Documentation

struct QnnDspError_Info_t

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

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

#

errorType

errorInfo struct type

1

QNN_DSP_ERROR_TYPE_VERBOSE

QnnDspError_Verbose_t

Public Members

QnnDspError_Type_t errorType
QnnDspError_Verbose_t verboseInfo
union QnnDspError_Info_t::[anonymous] [anonymous]