98 size_t error_position,
118 return context_before_;
124 return context_after_;
subpage TOPP_TargetedFileConverter Converts targeted feature or consensus feature files subpage TOPP_FileInfo Shows basic information about the file
Definition TOPP.doxygen:44
Parse Error exception.
Definition Exception.h:593
A more convenient string class.
Definition String.h:34
ProFormaErrorCode
Error codes for programmatic handling of ProForma parse errors.
Definition ProFormaError.h:25
@ INVALID_AMINO_ACID
Invalid amino acid one-letter code.
@ INVALID_CV_ACCESSION
Invalid CV accession number format.
@ UNEXPECTED_CHARACTER
Unexpected character encountered during parsing.
@ UNMATCHED_BRACKET
Closing bracket without matching open bracket.
@ DANGLING_CROSSLINK_LABEL
Crosslink label without a matching partner.
@ UNEXPECTED_END_OF_INPUT
Unexpected end of input string.
@ INVALID_MASS_VALUE
Invalid mass value format or value.
@ INVALID_CV_PREFIX
Invalid controlled vocabulary prefix (e.g., not UNIMOD, MOD, etc.)
@ EMPTY_SEQUENCE
Empty sequence provided.
@ UNKNOWN_MONOSACCHARIDE
Unknown monosaccharide abbreviation.
@ INVALID_OCCURRENCE_SPECIFIER
Invalid occurrence specifier (e.g., ^2)
@ UNCLOSED_BRACKET
Opening bracket without matching close bracket.
@ INTERNAL_ERROR
Internal parser error (should not occur)
@ INVALID_CHARGE
Invalid charge state specification.
@ INVALID_FORMULA
Invalid chemical formula.
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
const char * proFormaErrorCodeToString(ProFormaErrorCode code)
Convert error code to human-readable string.