All translations

From SimplyBook.me

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent 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>