in dubbo_client/rpcerror.py [0:0]
def __str__(self): return "DubboError({code}): {message}".format( code=self.code, message=str(self.message) )