Which end of a request was responsible for a service error response.
Namespace: Amazon.RuntimeAssembly: 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
| Member | Value | Description |
|---|---|---|
| Sender | 0 |
The sender was responsible for the error, i.e. the client
request failed validation or was improperly formatted.
|
| Receiver | 1 |
The error occured within the service.
|
| Unknown | 2 |
An unrecognized error type was returned.
|