Defines errors encountered while parsing JSON data.
public enum class JsonErrorStatus
| Member | Value | Description |
|---|---|---|
| ImplementationLimit | 4 | This operation exceeds the internal limit of 1024 nested JSON objects. |
| InvalidJsonNumber | 2 | The number is invalid. It is possible the expressed value type of the JSON encapsulated data type does not match what is defined by JsonValueType. |
| InvalidJsonString | 1 | The string is invalid. It is possible the expressed value type of the JSON encapsulated data type does not match what is defined by JsonValueType. |
| JsonValueNotFound | 3 | The specified JsonValue cannot be found. |
| Unknown | 0 | An unknown error occurred. |
Namespace: Windows.Data.Json
Metadata: windows.winmd