From SimplyBook.me
Enter a message name below to show all available translations.
Found one translation.
| Name | Current message text |
|---|---|
| h English (en) | <pre> Request { "jsonrpc": "2.0", "method": "someNotExistingMethod", "params":[], "id":1 } Response { "jsonrpc": "2.0", "id":1, "error": { "code": -32601, "message": "Method not found" } } </pre> |