Handbook
Glossary
libyaml-parser-error ( error problem problem_offset problem_value problem_mark context context_mark -- * )
Vocabulary
yaml
Inputs
error
a
yaml_error_type_t
problem
a
string
problem_offset
an
integer
problem_value
an
integer
problem_mark
a
yaml_mark_t
context
a
string
context_mark
a
yaml_mark_t
Outputs
None
Word description
yaml_parser_parse returned with status 0. The slots of this error give more information.
Definition
IN:
yaml
ERROR:
libyaml-parser-error
error problem problem_offset problem_value problem_mark
context context_mark
;