Click or drag to resize

CefJsonParserError Enumeration

Error codes that can be returned from CefParseJSONAndReturnError.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum CefJsonParserError
Members
Member nameValueDescription
NoError0 
InvalidEscape1 
SyntaxError2 
UnexpectedToken3 
TrailingComma4 
TooMuchNesting5 
UnexpectedDataAfterRoot6 
UnsupportedEncoding7 
UnquotedDictionaryKey8 
ParseErrorCount9 
See Also