iroha icon indicating copy to clipboard operation
iroha copied to clipboard

Retain error types in the API response

Open s8sato opened this issue 3 years ago • 1 comments

Currently, only query errors retain their type in the API response. If other Torii errors do as well instead of being stringified, the client can restore the error response to torii::Error or an equivalent type. This allows for more reliable error handling

s8sato avatar May 27 '22 14:05 s8sato

Could be replaced by #1455 in the future

s8sato avatar Sep 12 '22 12:09 s8sato