52 return "still running";
54 return "blocked waiting for input or output buffers";
56 return "bad magic number at start of stream";
58 return "unexpected end of input";
60 return "stream corrupt";
62 return "unimplemented case";
64 return "out of memory";
68 return "bad command line syntax";
70 return "library internal error";
73 return "unexplained problem";
Command line syntax error.
Bad magic number at start of stream.
Unbelievable value in stream.
Error in file or network IO.
Public header for librsync.
char const * rs_strerror(rs_result r)
Return an English description of a rs_result value.
rs_result
Return codes from nonblocking rsync operations.
Unexpected end of input file, perhaps due to a truncated file or dropped network connection.
Blocked waiting for more data.
The job is still running, and not yet finished or blocked.