java.lang.Object | |
↳ | org.mule.modules.sqs.model.BatchResultErrorEntry |
This is used in the responses of batch API to give a detailed description of the result of an action on each entry in the request.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
code | An error code representing why the action failed on this entry. | ||||||||||
id | The id of an entry in a batch request. | ||||||||||
message | A message explaining why the action failed on this entry. | ||||||||||
senderFault | Whether the error happened due to the sender's fault. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
An error code representing why the action failed on this entry.
| |||||||||||
The id of an entry in a batch request.
| |||||||||||
A message explaining why the action failed on this entry.
| |||||||||||
Whether the error happened due to the sender's fault.
| |||||||||||
Whether the error happened due to the sender's fault.
| |||||||||||
Returns a string representation of this object; useful for testing and debugging.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
An error code representing why the action failed on this entry.
The id of an entry in a batch request.
A message explaining why the action failed on this entry.
Whether the error happened due to the sender's fault.
id | |
---|---|
message | |
code | |
senderFault |
obj |
---|
An error code representing why the action failed on this entry.
The id of an entry in a batch request.
A message explaining why the action failed on this entry.
Whether the error happened due to the sender's fault.
Whether the error happened due to the sender's fault.
Returns a string representation of this object; useful for testing and debugging.