Documentation ¶
Overview ¶
Package xmlrpc implements the XML-RPC client library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Call ¶
type Call struct {
// contains filtered or unexported fields
}
Call represents a XML-RPC call request.
type FaultError ¶
FaultError is a type of error representing an XML-RPC fault.
func NewFaultError ¶
func NewFaultError(code int, reason string) FaultError
NewFaultError creates a FaultError.
func (FaultError) Error ¶
func (e FaultError) Error() string
Error represent error message generation.
Click to show internal directories.
Click to hide internal directories.