Retrieval of Data Refresh Error History

Retrieves the data refresh error history for a mobile business object.

Syntax

Collection<DataRefreshErrorVO> getDataRefreshErrors(Date startDate, Date endDate) throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples