project-rig/rig_c_scp

Make errors more descriptive.

Closed this issue · 0 comments

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)