Json.ParserError – json-glib-1.0 Reference Manual
ParserError
Description:
[
CCode
( cprefix =
"JSON_PARSER_ERROR_"
, type_id =
"json_parser_error_get_type ()"
) ]
public
errordomain
ParserError
Error codes for `JSON_PARSER_ERROR`.
This enumeration can be extended at later date
Namespace:
Json
Package:
json-glib-1.0
Content:
Error codes:
EMPTY_MEMBER_NAME
-
empty member name (Since: 0.16)
INVALID_BAREWORD
-
invalid bareword
INVALID_DATA
-
invalid data (Since: 0.18)
MISSING_COLON
-
expected colon
MISSING_COMMA
-
expected comma
PARSE
-
parse error
TRAILING_COMMA
-
unexpected trailing comma
UNKNOWN
-
unknown error
Static methods:
public
static
Quark
quark
()
2022 vala-language.org