Go to the documentation of this file.
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";
@ RS_MEM_ERROR
Out of memory.
@ RS_DONE
Completed successfully.
@ RS_INTERNAL_ERROR
Probably a library bug.
@ RS_RUNNING
The job is still running, and not yet finished or blocked.
@ RS_INPUT_ENDED
Unexpected end of input file, perhaps due to a truncated file or dropped network connection.
@ RS_UNIMPLEMENTED
Author is lazy.
@ RS_CORRUPT
Unbelievable value in stream.
@ RS_BLOCKED
Blocked waiting for more data.
const char * rs_strerror(rs_result r)
Return an English description of a rs_result value.
@ RS_IO_ERROR
Error in file or network IO.
@ RS_BAD_MAGIC
Bad magic number at start of stream.
@ RS_SYNTAX_ERROR
Command line syntax error.