Class JsonErrorResponseUnmarshaller
First-pass unmarshaller for all errors
public class JsonErrorResponseUnmarshaller : IUnmarshaller<ErrorResponse, JsonUnmarshallerContext>
- Inheritance
-
JsonErrorResponseUnmarshaller
- Implements
- Inherited Members
Constructors
JsonErrorResponseUnmarshaller()
public JsonErrorResponseUnmarshaller()
Methods
GetInstance()
Return an instance of JsonErrorResponseUnmarshaller.
public static JsonErrorResponseUnmarshaller GetInstance()
Returns
Unmarshall(JsonUnmarshallerContext)
Build an ErrorResponse from json
public ErrorResponse Unmarshall(JsonUnmarshallerContext context)
Parameters
context
JsonUnmarshallerContextThe json parsing context. Usually an
Amazon.Runtime.Internal.JsonUnmarshallerContext
.
Returns
- ErrorResponse
An
ErrorResponse
object.