public interface FailedEventExceptionReport
FailedEventExceptionReport
interface defines the structured information
of exception when performing a batch operation to delete and resubmit failed events.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExceptionDetail()
Get exception detail.
|
java.util.Date |
getExceptionTime()
Get the time when exception happens.
|
java.lang.String |
getMsgId()
Get failed event message id.
|
boolean |
isWarning() |
static final java.lang.String COPYRIGHT
java.lang.String getMsgId()
java.util.Date getExceptionTime()
java.lang.String getExceptionDetail()
boolean isWarning()