KKKKilru
Results
2
issues of
KKKKilru
### Problem Got multiple errors when calling `GetTransactionResult` on specific transactions. Is this the problem of the SDK or just these transactions are malformatted? ### Steps to Reproduce #### Dependencies...
现在RpcClient在请求错误或者失败的时候并不返回错误详细或者抛出异常,而是直接返回null或者空String,这样对于caller来说很难判断具体的错误是什么。 例:https://github.com/33cn/chain33-sdk-java/blame/master/src/main/java/cn/chain33/javasdk/client/RpcClient.java#L1242-L1268 请问是否有返回错误详细(e.g. error response)或者抛出异常的实现计划?