Purge Error History

Purges the error history at the domain 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 the schedule. If unsuccessful, returns SUPAdminException.

Examples