public final class BatchResultErrorEntry extends Object implements Serializable
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.
| Constructor and Description |
|---|
BatchResultErrorEntry() |
BatchResultErrorEntry(String id,
boolean senderFault,
String code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCode()
An error code representing why the action failed on this entry.
|
String |
getId()
The id of an entry in a batch request.
|
String |
getMessage()
A message explaining why the action failed on this entry.
|
boolean |
getSenderFault()
Whether the error happened due to the sender's fault.
|
int |
hashCode() |
boolean |
isSenderFault()
Whether the error happened due to the sender's fault.
|
public String getId()
public boolean isSenderFault()
public boolean getSenderFault()
public String getCode()
public String getMessage()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.