Purge Error History

Purges the error history at the package level. The purge can be done synchronously or asynchronously.

Syntax

void purgeErrorHistory(ErrorHistoryPurgeOptionVO purgeOption, Boolean synchronous) throws SUPAdminException;

Returns

If successful, purges the error history using current settings. If unsuccessful, returns SUPAdminException.

Examples