Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeAMTErrorString ¶
Types ¶
type Action ¶
type Action struct { XMLName xml.Name `xml:"Action"` MustUnderstand string `xml:"mustUnderstand,attr"` Value string `xml:",chardata"` }
AMT WSMAN Error Response Types.
type Code ¶
type Code struct { XMLName xml.Name `xml:"Code"` Value string `xml:"Value"` SubCode SubCode `xml:"Subcode"` }
AMT WSMAN Error Response Types.
type ErrorResponse ¶
type ErrorResponse struct { XMLName xml.Name `xml:"Envelope"` Header Header `xml:"Header"` Body ErrorBody `xml:"Body"` }
AMT WSMAN Error Response Types.
type Fault ¶
type Fault struct { XMLName xml.Name `xml:"Fault"` Code Code `xml:"Code"` Reason Reason `xml:"Reason"` Detail string `xml:"Detail"` }
AMT WSMAN Error Response Types.
type Header ¶
type Header struct { XMLName xml.Name `xml:"Header"` To string `xml:"To"` RelatesTo int `xml:"RelatesTo"` Action Action `xml:"Action"` MessageID string `xml:"MessageID"` ResourceURI string `xml:"ResourceURI"` }
AMT WSMAN Error Response Types.
Click to show internal directories.
Click to hide internal directories.