Click or drag to resize

JSONParseResultError Property

The error type if the JSON source was not successfully parsed. See the Error constants.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Error { get; set; }

Property Value

Type: Error
See Also