XMLRPCFault
- function
- new in 1.53
- The XMLRPCFault() function generates an HTTP message for an XML-RPC fault. It requires at least two parameters: an integer fault code, and a fault string. A third optional parameter, if it is included, must be a property list containing any additional HTTP headers to be included in the message.
- Related: post xmlrpc command, XMLRPCResponse, HTTPMessage