JsonErrorStatus Enumeration

Defines errors encountered while parsing JSON data.

Syntax

public enum class JsonErrorStatus  

Members

Member Value Description
ImplementationLimit This operation exceeds the internal limit of 1024 nested JSON objects.
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 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 The specified JsonValue cannot be found.
Unknown An unknown error occurred.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

Windows.Data.Json Namespace