public static final class LoadErrorHandlingPolicy.LoadErrorInfo extends Object
Modifier and Type | Field | Description |
---|---|---|
int |
errorCount |
The number of errors this load task has encountered, including this one.
|
IOException |
exception |
The exception associated to the load error.
|
LoadEventInfo |
loadEventInfo |
The
LoadEventInfo associated with the load that encountered an error. |
MediaLoadData |
mediaLoadData |
MediaLoadData associated with the load that encountered an error. |
Constructor | Description |
---|---|
LoadErrorInfo(LoadEventInfo loadEventInfo,
MediaLoadData mediaLoadData,
IOException exception,
int errorCount) |
Creates an instance with the given values.
|
public final LoadEventInfo loadEventInfo
LoadEventInfo
associated with the load that encountered an error.public final MediaLoadData mediaLoadData
MediaLoadData
associated with the load that encountered an error.public final IOException exception
public final int errorCount
public LoadErrorInfo(LoadEventInfo loadEventInfo, MediaLoadData mediaLoadData, IOException exception, int errorCount)