Make errors more descriptive.
Closed this issue · 0 comments
mossblaser commented
At the moment an "error" boolean is very unhelpful. Desired features:
- easy-to-check for "OK"
- libuv error status (if caused by that)
- was it a timeout?
- was the connection closed?
- SCP error code (for read/writes)