View Source XMLRPC.Fault (XMLRPC v1.4.3)

struct defining an xml-rpc 'fault' response

Summary

Types

t()

@type t() :: %XMLRPC.Fault{fault_code: integer(), fault_string: String.t()}