Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalBoolean ¶
func MarshalU16 ¶
func MarshalU32 ¶
Types ¶
type SOAPFaultError ¶
type SOAPFaultError struct { FaultCode string `xml:"faultCode"` FaultString string `xml:"faultString"` Detail struct { Raw []byte `xml:",innerxml"` } `xml:"detail"` }
SOAPFaultError implements error, and contains SOAP fault information.
func (*SOAPFaultError) Error ¶
func (err *SOAPFaultError) Error() string
Click to show internal directories.
Click to hide internal directories.