hedera-json-rpc-relay
hedera-json-rpc-relay copied to clipboard
Update SDK Client Service error codes to use status names
Problem
In the SDK Client Service, we've implemented logic to support SDK client reinitialisation upon certain preconfigured error codes encounter.
Solution
Switch this logic to use status names instead for easier configuration.
Alternatives
No response
@georgi-l95 was this done in teh connected PR? If so let's close this
It's not done, but not sure if it's needed. I mean, using error codes (50,21,etc) is sufficient IMO.