Type Definition xmlrpc::RequestResult [] [src]

type RequestResult = Result<Response, RequestError>;

The result of executing a request.

When the request was executed without major errors (like an HTTP error or a malformed response), this is Ok. The Response can still denote a Fault if the server returned a <fault> response.