pub fn translate_error_msg(wx_type: WxType, code: i32) -> Option<&'static str>
按平台查找错误码的中文翻译。
wx_type
code
该平台错误码对应的中文信息;未收录时返回 None。
None