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.
|
void |
setCode(String code) |
void |
setId(String id) |
void |
setMessage(String message) |
void |
setSenderFault(boolean senderFault) |
public String getId()
public boolean isSenderFault()
public boolean getSenderFault()
public String getCode()
public String getMessage()
public void setId(String id)
public void setSenderFault(boolean senderFault)
public void setCode(String code)
public void setMessage(String message)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.