Click or drag to resize

JSONParseResultGetError Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.JSONParseResult.GetError"]

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

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.JSONParseResult.GetError"]

See Also