mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-18 09:14:48 -04:00
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user