libscsv manual
Version 1.1
scsv::state
enum scsv::state { OK, ... }
declared in scsv.h, include scsv.h

The list provides status codes returned by the library functions.

Available codes
OK = 0
Job completed without errors.
E_OUT_OF_MEMORY = 128
Lack of memory condition when allocating the HEAP space.
E_NULL
Valid memory location expected but received NULL pointer.
E_STR_EMPTY
Pointer received points at the empty string. One or more characters expected.
E_READ_OPEN
Can not open file for reading.
E_READ_FAIL
Signalled when read attempt fails before reaching the end of file.
E_SAVE_OPEN
Can not open file for writing.
E_SAVE_FAIL
Signalled if content saving fails.
E_OUT_OF_RANGE
Received row index was out of range.
Released under the GNU Free Documentation License
by TinyIT
Last modified 2017-10-17