根据jsonrpc2.0的标准,请求成功,返回值为:{id:0,jsonrpc:"2.0",result:"我是返回数据"};请求失败,返回值为:{id:0,jsonrpc:"2.0",error:"我是错误描述数据"}。
现在我在service中出现了异常,怎么让请求端获取到呢