CefJsonParserError Enumeration |
Namespace: Internal.Xilium.CefGlue
public enum CefJsonParserError
Member name | Value | Description | |
---|---|---|---|
NoError | 0 | ||
InvalidEscape | 1 | ||
SyntaxError | 2 | ||
UnexpectedToken | 3 | ||
TrailingComma | 4 | ||
TooMuchNesting | 5 | ||
UnexpectedDataAfterRoot | 6 | ||
UnsupportedEncoding | 7 | ||
UnquotedDictionaryKey | 8 | ||
ParseErrorCount | 9 |
Copyright 2024 NeoAxis Group. All rights reserved.