The xmlrpclib of python is a convenient way to communicate to a different computer over the internet, providing direct access to classes, functions and more. In the case of an error on the server side, this error is reported to the client side as a fault, consisting of some text-message and some fault-code.
The question I have, is how one can control these attributes on the server side, i.e. how to explicitly set the faultString and the faultCode to be sent to the client. The documentation seems very sparse in these details, and any help is appreciated.
Thanks,
Alex