Enum JsonRpc.ErrorCode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum JsonRpc.ErrorCode : long
Fields
InternalError = -32603InvalidParams = -32602InvalidRequest = -32600MethodNotFound = -32601A method call was requested but no function of that name existed in the JSONRPC subclass.
ParseError = -32700