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