Error codes XML RPC API

Hi,

I am currently working on an application which automates creating VDC’s. It communicates directly with the XML-RPC API without the use of any client. The error messages returned by the API are too descriptive for the end-users, so I want to write my own error messages for certain error codes. Where can I find a complete list of possible error codes instead? I saw the list of 0x---- codes, but this is not enough info to write custom error messages.

Hello @semvankoutrik,

You can find all the API documentation here.

Best,
Álex.