下载
中文
注册

GetErrorInfo

函数功能

从Metadata中获取所有插件的错误信息。

函数原型

std::shared_ptr<std::map<std::string, MxpiErrorInfo>> MxpiMetadataManager::GetErrorInfo();

返回参数说明

数据结构

说明

std::shared_ptr<std::map<std::string, MxpiErrorInfo>>

以map的形式返回所有插件名的错误码信息。