Table of Contents

Enum JsonRpc.ErrorCode

Namespace
Godot
Assembly
GodotSharp.dll
public enum JsonRpc.ErrorCode : long

Fields

InternalError = -32603
InvalidParams = -32602
InvalidRequest = -32600
MethodNotFound = -32601

A method call was requested but no function of that name existed in the JSONRPC subclass.

ParseError = -32700