message_set_fault
Description:
[ Version ( since = "2.52" ) ]
public void message_set_fault (Message msg, int fault_code, string fault_format, ...)
Sets the status code and response body of msg
to indicate an unsuccessful XML-RPC call, with the error described by
fault_code
and fault_format
.
Parameters:
msg |
an XML-RPC request |
fault_code |
the fault code |
fault_format |
a printf-style format string |
... |
the parameters to |
Namespace: Soup.XMLRPC
Package: libsoup-2.4