Unit 'cef3types' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_cef]

TCefJsonParserError

Declaration

Source position: cef3types.pas line 2048

type TCefJsonParserError = (

  JSON_NO_ERROR = 0,

  

  JSON_INVALID_ESCAPE,

  

  JSON_SYNTAX_ERROR,

  

  JSON_UNEXPECTED_TOKEN,

  

  JSON_TRAILING_COMMA,

  

  JSON_TOO_MUCH_NESTING,

  

  JSON_UNEXPECTED_DATA_AFTER_ROOT,

  

  JSON_UNSUPPORTED_ENCODING,

  

  JSON_UNQUOTED_DICTIONARY_KEY,

  

  JSON_PARSE_ERROR_COUNT

  

);



CT Web help

CodeTyphon Studio