classref: Sync with current master branch (0bcc0e9)

This commit is contained in:
Godot Organization
2024-01-20 03:19:42 +00:00
parent 0e05624130
commit c535239607
59 changed files with 1311 additions and 176 deletions

View File

@@ -66,6 +66,10 @@ enum **ErrorCode**:
:ref:`ErrorCode<enum_JSONRPC_ErrorCode>` **PARSE_ERROR** = ``-32700``
.. container:: contribute
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. _class_JSONRPC_constant_INVALID_REQUEST:
@@ -74,6 +78,10 @@ enum **ErrorCode**:
:ref:`ErrorCode<enum_JSONRPC_ErrorCode>` **INVALID_REQUEST** = ``-32600``
.. container:: contribute
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. _class_JSONRPC_constant_METHOD_NOT_FOUND:
@@ -90,6 +98,10 @@ A method call was requested but no function of that name existed in the JSONRPC
:ref:`ErrorCode<enum_JSONRPC_ErrorCode>` **INVALID_PARAMS** = ``-32602``
.. container:: contribute
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. _class_JSONRPC_constant_INTERNAL_ERROR:
@@ -98,6 +110,10 @@ A method call was requested but no function of that name existed in the JSONRPC
:ref:`ErrorCode<enum_JSONRPC_ErrorCode>` **INTERNAL_ERROR** = ``-32603``
.. container:: contribute
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. rst-class:: classref-section-separator