Package: xml
import "../ibm-cos-sdk-go-v2/aws/protocol/xml"
Type Summary collapse
-
ErrorComponents
struct
ErrorComponents represents the error response fields that will be deserialized from an xml error response body.
Function Summary collapse
-
func GetErrorResponseComponents(r io.Reader, noErrorWrapping bool) (ErrorComponents, error)
GetErrorResponseComponents returns the error fields from an xml error response body.
Type Details
ErrorComponents struct
ErrorComponents represents the error response fields that will be deserialized from an xml error response body
Function Details
func GetErrorResponseComponents(r io.Reader, noErrorWrapping bool) (ErrorComponents, error)
GetErrorResponseComponents returns the error fields from an xml error response body
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
// File 'aws/protocol/xml/error_utils.go', line 17
|