[This is preliminary documentation and is subject to change.]
Message codes for JSON code processors
Namespace: NFX.CodeAnalysis.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
INFOS | 0 | ||
WARNING | 100 | ||
ERRORS | 1000 | ||
eUnterminatedString | 1001 | ||
ePrematureEOF | 1002 | ||
eUnterminatedComment | 1003 | ||
eInvalidStringEscape | 1004 | ||
eValueTooBig | 1005 | ||
eInvalidIdentifier | 1006 | ||
eSyntaxError | 1007 | ||
eUnterminatedArray | 1008 | ||
eUnterminatedObject | 1009 | ||
eObjectKeyExpected | 1010 | ||
eColonOperatorExpected | 1011 | ||
eNumericLiteralExpectedAfterSignOperator | 1012 | ||
eDuplicateObjectKey | 1013 |
See Also