<@U540ZUNH4> need more info on your use case. If y...
# rx
s
@adolgiy need more info on your use case. If you use the Result<T> then you can map that to your own domain specific result type. I like to do something like Success<T>, and then two error types based on http failure vs actual exception.