Click or drag to resize

JSONParseResultSetError Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.JSONParseResult.SetError(Godot.Error)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetError is deprecated. Use the Error property instead.")]
public void SetError(
	Error error
)

Parameters

error
Type: GodotError

[Missing <param name="error"/> documentation for "M:Godot.JSONParseResult.SetError(Godot.Error)"]

See Also