MCPcopy 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
8class DubboResponseException(DubboException):
9 """
10 dubbo服务端向客户端发送响应时所产生的异常
11 """
12 pass
13
14
15class HessianTypeError(DubboException):

Callers 4

_callbackMethod · 0.90
_parse_responseMethod · 0.90
_parse_errorMethod · 0.90
parse_response_headFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected