ErrorType
Description:
[ CCode ( cname = "yaml_error_type_t" , has_type_id = false ) ]
public enum ErrorType
Many bad things could happen with the parser and emitter.
Content:
Enum values:
- COMPOSER - Cannot compose a YAML document.
- EMITTER - Cannot emit a YAML stream.
- MEMORY - Cannot allocate or reallocate a
block of memory.
- NO - No error is produced.
- PARSER - Cannot parse the input stream.
- READER - Cannot read or decode the input
stream.
- SCANNER - Cannot scan the input stream.
- WRITER - Cannot write to the output stream.