Click or drag to resize

JSONRPCMakeResponseError Method

[Missing <summary> documentation for "M:Godot.JSONRPC.MakeResponseError(System.Int32,System.String,System.Object)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Dictionary MakeResponseError(
	int code,
	string message,
	Object id = null
)

Parameters

code
Type: SystemInt32

[Missing <param name="code"/> documentation for "M:Godot.JSONRPC.MakeResponseError(System.Int32,System.String,System.Object)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Godot.JSONRPC.MakeResponseError(System.Int32,System.String,System.Object)"]

id (Optional)
Type: SystemObject

[Missing <param name="id"/> documentation for "M:Godot.JSONRPC.MakeResponseError(System.Int32,System.String,System.Object)"]

Return Value

Type: Dictionary

[Missing <returns> documentation for "M:Godot.JSONRPC.MakeResponseError(System.Int32,System.String,System.Object)"]

See Also