Table of Contents

Class ErrorResponse

Namespace
Amazon.Runtime.Internal
Assembly
AWSSDK.Core.dll
public class ErrorResponse
Inheritance
ErrorResponse
Inherited Members

Constructors

ErrorResponse()

public ErrorResponse()

Properties

Code

Name of the exception class to return

public string Code { get; set; }

Property Value

string

InnerException

public Exception InnerException { get; set; }

Property Value

Exception

Message

Error message

public string Message { get; set; }

Property Value

string

RequestId

RequestId of the error. Only applies to XML-based services.

public string RequestId { get; set; }

Property Value

string

StatusCode

public HttpStatusCode StatusCode { get; set; }

Property Value

HttpStatusCode

Type

Error type, one of Sender, Receiver, Unknown Only applies to XML-based services.

public ErrorType Type { get; set; }

Property Value

ErrorType