Add improved error messages for RPC on a stale schema

Error message for a not found RPC.

Unsupported overloaded RPC with the same argument names but different types.
This commit is contained in:
laurenceisla
2021-07-20 16:40:45 -05:00
committed by GitHub
parent 8562f48a37
commit 204b0ed259
3 changed files with 15 additions and 7 deletions
+4
View File
@@ -1346,6 +1346,10 @@ You can call overloaded functions with different number of arguments.
GET /rpc/rental_duration?customer_id=232&from_date=2018-07-01 HTTP/1.1
.. important::
Overloaded functions with the same argument names but different types are not supported.
.. _binary_output:
Binary Output