BatchResultErrorEntry Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

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.

Inheritance Hierarchy

System.Object
  Amazon.SQS.Model.BatchResultErrorEntry

Namespace: Amazon.SQS.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class BatchResultErrorEntry : Object

The BatchResultErrorEntry type exposes the following members

Constructors

  Name Description
Public Method BatchResultErrorEntry()

Properties

  Name Description
Public Property Code An error code representing why the operation failed on this entry.
Public Property Id The id of an entry in a batch request.
Public Property Message A message explaining why the operation failed on this entry.
Public Property SenderFault Whether the error happened due to the sender's fault.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8