GetErrorInfo
Function Usage
Obtains the error information about all plugins from the metadata.
Prototype
1 | std::shared_ptr<std::map<std::string, MxpiErrorInfo>> MxpiMetadataManager::GetErrorInfo(); |
Response Parameters
Data Structure |
Description |
|---|---|
std::shared_ptr<std::map<std::string, MxpiErrorInfo>> |
Returns error code information about all plugins in map mode. |
Parent topic: MxpiMetadataManager