MorphyLib
Phylogenetic data reconstruction library accommodating inapplicable data
mplerror.h
Go to the documentation of this file.
1 
6 #ifndef mplerror_h
7 #define mplerror_h
8 
15 typedef enum {
16 
17  ERR_EX_DATA_CONF = -15,
40  ERR_NO_DATA = -5,
52 } MPL_ERR_T;
53 
54 #endif /* mplerror_h */
Definition: mplerror.h:36
Definition: mplerror.h:42
Definition: mplerror.h:34
Definition: mplerror.h:23
Definition: mplerror.h:50
MPL_ERR_T
List of error codes. Each error is a negative value. These error codes are returned by library inter...
Definition: mplerror.h:15
Definition: mplerror.h:28
Definition: mplerror.h:48
Definition: mplerror.h:38
Definition: mplerror.h:32
Definition: mplerror.h:30
Definition: mplerror.h:21
Definition: mplerror.h:40
Definition: mplerror.h:44
Definition: mplerror.h:18
Definition: mplerror.h:46