Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/dubbo-python2
/ DubboResponseException
Class
DubboResponseException
dubbo/common/exceptions.py:8–12 ·
view source on GitHub ↗
dubbo服务端向客户端发送响应时所产生的异常
Source
from the content-addressed store, hash-verified
6
7
8
class
DubboResponseException(DubboException):
9
""
"
10
dubbo服务端向客户端发送响应时所产生的异常
11
""
"
12
pass
13
14
15
class
HessianTypeError(DubboException):
Callers
4
_callback
Method · 0.90
_parse_response
Method · 0.90
_parse_error
Method · 0.90
parse_response_head
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected