Skip to main content

translate_error_msg

Function translate_error_msg 

Source
pub fn translate_error_msg(wx_type: WxType, code: i32) -> Option<&'static str>
Expand description

按平台查找错误码的中文翻译。

§参数

  • wx_type:微信平台类型
  • code:微信错误码

§返回

该平台错误码对应的中文信息;未收录时返回 None