Which end of a request was responsible for a service error response.

Namespace: Amazon.Runtime
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum ErrorType
Public Enumeration ErrorType
public enum class ErrorType

Members

MemberValueDescription
Sender0
The sender was responsible for the error, i.e. the client request failed validation or was improperly formatted.
Receiver1
The error occured within the service.
Unknown2
An unrecognized error type was returned.

See Also