55 return "still running";
57 return "blocked waiting for input or output buffers";
59 return "bad magic number at start of stream";
61 return "unexpected end of input";
63 return "stream corrupt";
65 return "unimplemented case";
67 return "out of memory";
71 return "bad command line syntax";
73 return "library internal error";
76 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.