Click or drag to resize

JSONParseResultSetErrorString Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.JSONParseResult.SetErrorString(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetErrorString is deprecated. Use the ErrorString property instead.")]
public void SetErrorString(
	string errorString
)

Parameters

errorString
Type: SystemString

[Missing <param name="errorString"/> documentation for "M:Godot.JSONParseResult.SetErrorString(System.String)"]

See Also