Retrieve list of errors in a SBML file.
getSBMLerrors(sbmlf)
An object of class '>sbmlPtr
as returned by
openSBMLfile
. This is basically a pointer to a SBML document.
If the SBML document contains errors, a list
is returned:
a list of infos.
a list of warnings.
a list of errors.
a list of fatals.
Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M. (2008) LibSBML: An API Library for SBML. Bioinformatics 24, 880--881.
openSBMLfile
, validateSBMLdocument
,
'>sbmlPtr