18 #ifndef __FASTQ_STATUS_H__
19 #define __FASTQ_STATUS_H__
45 static const char* enumString[];
means the file could not be closed.
means the file could not be opened.
Status for FastQ operations.
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.
means that the sequence was invalid.
static const char * getStatusString(Status status)
Get the enum string for the status.
indicates method finished successfully.
means there were no errors, but no sequences read.
Status
Return value enum for the FastQFile class methods, indicating success or error codes.