Skip to main content

Module error

Module error 

Source
Expand description

错误模型。

对应 Java me.chanjar.weixin.common.error 包。 提供 WxError(错误码对象)、统一错误枚举 WxErrorException 与分平台错误码翻译表。

Re-exports§

pub use wx_error::WxError;
pub use wx_error_exception::DEFAULT_ERROR_CODE;
pub use wx_error_exception::WxErrorError;
pub use wx_runtime_exception::WxRuntimeError;

Modules§

wx_channel_error_msg_enum
微信视频号全局返回码错误信息表。
wx_cp_error_msg_enum
企业微信全局返回码错误信息表。
wx_error
微信错误对象。
wx_error_exception
微信接口调用异常。
wx_ma_error_msg_enum
微信小程序全局返回码错误信息表。
wx_mp_error_msg_enum
微信公众号全局返回码错误信息表。
wx_open_error_msg_enum
微信开放平台全局返回码错误信息表。
wx_runtime_exception
WxRust 专用运行时异常。

Enums§

WxErrorException
微信接口调用统一错误类型。

Functions§

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