从Metadata中获取所有插件的错误信息。
1
std::shared_ptr<std::map<std::string, MxpiErrorInfo>> MxpiMetadataManager::GetErrorInfo();
数据结构
说明
std::shared_ptr<std::map<std::string, MxpiErrorInfo>>
以map的形式返回所有插件名的错误码信息。