LrSqsBatchErrorStatusEntry
This entity represents the confirmation that a specific LrSqsMessage was not sent, deleted, or updated successfully on the SQS queue (when using sendMessageBatch, deleteMessageBatch, or changeMessageVisibilityBatch APIs). This class contains information about the message (the ID of the message within the batch) and the error received (error code, error message, and information about the reason that the action was not completed).
The following methods are available:
LrSqsBatchErrorStatusEntry.code | Returns the error code received from SQS queue. |
LrSqsBatchErrorStatusEntry.id | Returns the ID within the batch of the LrSqsMessage that was not successfully sent, deleted, or updated. |
LrSqsBatchErrorStatusEntry.message | Returns the error message received from SQS queue. |
LrSqsBatchErrorStatusEntry.senderFault | Specifies whether the sender is at fault for an error that occurred when a batch API action was called. |