优化module.json引用错误资源的报错信息

Signed-off-by: liduo <liduo29@huawei.com>
This commit is contained in:
liduo
2025-09-08 21:24:08 +08:00
parent c61e7a21ab
commit def47f73d0
3 changed files with 75 additions and 24 deletions
+11
View File
@@ -134,6 +134,17 @@ struct MoreInfo {
std::string en;
};
struct ExtSolution {
std::string fileName;
std::string solution;
};
struct FaqInfo {
std::string cn;
std::string en;
std::vector<ExtSolution> extSolutions;
};
class ErrorInfo {
public:
uint32_t code_;