MorphyLib
Phylogenetic data reconstruction library accommodating inapplicable data
|
Error codes and descriptions for MorphyLib. More...
Go to the source code of this file.
Enumerations | |
enum | MPL_ERR_T { ERR_EX_DATA_CONF = -15, ERR_OUT_OF_BOUNDS = -14, ERR_CASE_NOT_IMPL = -13, ERR_UNKNOWN_CHTYPE = -12, ERR_SYMBOL_MISMATCH = -11, ERR_MATCHING_PARENTHS = -10, ERR_ATTEMPT_OVERWRITE = -9, ERR_NO_DIMENSIONS = -8, ERR_DIMENS_UNDER = -7, ERR_DIMENS_OVER = -6, ERR_NO_DATA = -5, ERR_BAD_MALLOC = -4, ERR_BAD_PARAM = -3, ERR_UNEXP_NULLPTR = -2, ERR_INVALID_SYMBOL = -1, ERR_NO_ERROR = 0 } |
List of error codes. Each error is a negative value. These error codes are returned by library interface functions (and used by some internal functions) to report errors back to the caller. More... | |
Error codes and descriptions for MorphyLib.
enum MPL_ERR_T |
List of error codes. Each error is a negative value. These error codes are returned by library interface functions (and used by some internal functions) to report errors back to the caller.