Retrieval of Playback Error History

Retrieves the playback error history of an operation.

Syntax

Collection<PlaybackErrorVO> getPlaybackErrors(Date startDate, Date endDate) throws SUPAdminException;

Returns

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

Examples