struct defining an xml-rpc 'fault' response
@type t() :: %XMLRPC.Fault{fault_code: integer(), fault_string: String.t()}