18 #ifndef __FASTQ_STATUS_H__ 19 #define __FASTQ_STATUS_H__ 45 static const char* enumString[];
means the file could not be closed.
means the methods are called out of order, like trying to read a file before opening it...
means that a problem occurred on a read.
Status for FastQ operations.
static const char * getStatusString(Status status)
Get the enum string for the status.
means the file could not be opened.
means that the sequence was invalid.
Status
Return value enum for the FastQFile class methods, indicating success or error codes.
indicates method finished successfully.
means there were no errors, but no sequences read.