pywxclient.core.exception module

Exception module.

exception pywxclient.core.exception.WaitScanQRCode

Bases: Warning

Wait scanning QRCode exception.

exception pywxclient.core.exception.AuthorizeTimeout

Bases: Exception

Authorization timeout exception.

exception pywxclient.core.exception.UnknownWindowCode

Bases: Exception

Unkonw window code exeception.

exception pywxclient.core.exception.SessionInitFailure

Bases: Exception

WeChat session init failed.

exception pywxclient.core.exception.NotifyStatusFailure

Bases: Warning

Notify status exception.

exception pywxclient.core.exception.APIResponseError

Bases: Exception

WeChart HTTP api response error.

exception pywxclient.core.exception.SessionExpiredError

Bases: Exception

Session expired error.

exception pywxclient.core.exception.MessageAlreadyAcknowledge

Bases: Exception

Already acknowledged mesage error.

exception pywxclient.core.exception.RequestError

Bases: OSError

Network request error.

exception pywxclient.core.exception.UnacknowledgedMessage

Bases: Exception

Unacknowledge message error.