hedera-sdk-java icon indicating copy to clipboard operation
hedera-sdk-java copied to clipboard

The SDK should not swallow exceptions

Open nickpoorman opened this issue 3 years ago • 0 comments

Problem

There are various places through the SDK where exceptions that should be raised to the user of the SDK are being swallowed.

https://github.com/hashgraph/hedera-sdk-java/blob/main/sdk/src/main/java/com/hedera/hashgraph/sdk/Client.java#L523 https://github.com/hashgraph/hedera-sdk-java/blob/main/sdk/src/main/java/com/hedera/hashgraph/sdk/Client.java#L550

Solution

We should allow the user of the SDK to handle the exception.

Alternatives

No response

nickpoorman avatar Oct 06 '22 22:10 nickpoorman