Added footnote for RPC errors under RPC Communication > Notification & Request-Response communication

This commit is contained in:
netkas 2024-09-02 15:13:01 -04:00
parent 208aee2e39
commit d2e037051b

View file

@ -149,6 +149,10 @@ In this example, the client sends three method calls within one request, each wi
processes the requests and responds with a response object for each method call containing its request ID. The server processes the requests and responds with a response object for each method call containing its request ID. The server
omits the response for the third method call as it does not contain a request ID. omits the response for the third method call as it does not contain a request ID.
> In cases where the client sends malformed requests or the server encounters an RPC error, the server will not respond
with an RPC error response object. Instead, the server will respond with an HTTP status code indicating the error.
See HTTP Status Codes under [Error Codes](#error-codes) for more details.
### Request Object ### Request Object
A request object is a JSON object that contains the following fields: A request object is a JSON object that contains the following fields: