Click or drag to resize

JSONParseResultErrorString Property

The error message 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 string ErrorString { get; set; }

Property Value

Type: String
See Also