Table of Contents

Class ErrorResponseUnmarshaller

Namespace
Amazon.Runtime.Internal.Transform
Assembly
AWSSDK.Core.dll

Response Unmarshaller for all Errors

public class ErrorResponseUnmarshaller : IUnmarshaller<ErrorResponse, XmlUnmarshallerContext>
Inheritance
ErrorResponseUnmarshaller
Implements
Inherited Members

Constructors

ErrorResponseUnmarshaller()

public ErrorResponseUnmarshaller()

Methods

GetInstance()

Return an instance of and ErrorResponseUnmarshaller.

public static ErrorResponseUnmarshaller GetInstance()

Returns

ErrorResponseUnmarshaller

Unmarshall(XmlUnmarshallerContext)

Build an ErrorResponse from XML

public ErrorResponse Unmarshall(XmlUnmarshallerContext context)

Parameters

context XmlUnmarshallerContext

The XML parsing context. Usually an Amazon.Runtime.Internal.UnmarshallerContext.

Returns

ErrorResponse

An ErrorResponse object.