This is used in the responses of batch API to give a detailed description
of the result of an operation on each entry in the request.
Namespace: Amazon.SQS.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class BatchResultErrorEntry
Public Class BatchResultErrorEntry
public ref class BatchResultErrorEntry
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| BatchResultErrorEntry()()()() | Initializes a new instance of the BatchResultErrorEntry class | |
| Code |
Gets and sets the Code property. Code is an error code representing why the operation failed on this entry.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Id |
Gets and sets the id of an entry in a batch request.
| |
| IsSetCode()()()() |
Checks if Code property is set
| |
| IsSetId()()()() |
Checks if Id property is set
| |
| IsSetMessage()()()() |
Checks if Message property is set
| |
| IsSetSenderFault()()()() |
Checks if SenderFault property is set
| |
| Message |
Gets and sets the Message property. A message explaining why the operation failed on this entry.
| |
| SenderFault |
Gets and sets the SenderFault property. SenderFault indicates whether the error happened due to the sender's fault.
| |
| ToString()()()() | (Inherited from Object.) |