JsonErrorStatus
JsonErrorStatus
JsonErrorStatus
JsonErrorStatus
Enum
Definition
Defines errors encountered while parsing JSON data.
public : enum class JsonErrorStatuspublic enum JsonErrorStatusPublic Enum JsonErrorStatus// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| ImplementationLimit ImplementationLimit ImplementationLimit ImplementationLimit | This operation exceeds the internal limit of 1024 nested JSON objects. |
| InvalidJsonNumber InvalidJsonNumber InvalidJsonNumber InvalidJsonNumber | 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 InvalidJsonString InvalidJsonString InvalidJsonString | 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 JsonValueNotFound JsonValueNotFound JsonValueNotFound | The specified JsonValue cannot be found. |
| Unknown Unknown Unknown Unknown | An unknown error occurred. |