MCPcopy
hub / github.com/wechatpy/wechatpy / WeChatClientException

Class WeChatClientException

wechatpy/exceptions.py:51–59  ·  view source on GitHub ↗

WeChat API client exception class

Source from the content-addressed store, hash-verified

49
50
51class WeChatClientException(WeChatException):
52 """WeChat API client exception class"""
53
54 def __init__(self, errcode, errmsg, client=None,
55 request=None, response=None):
56 super(WeChatClientException, self).__init__(errcode, errmsg)
57 self.client = client
58 self.request = request
59 self.response = response
60
61
62class InvalidSignatureException(WeChatException):

Callers 6

_requestMethod · 0.90
_handle_resultMethod · 0.90
_fetch_access_tokenMethod · 0.90
_requestMethod · 0.90
_handle_resultMethod · 0.90
_fetch_access_tokenMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…