IRecoverableErrorCallback Interface

Represents a set of methods that can be called if a recoverable error occurs during change application or conflict handling.


interface IRecoverableErrorCallback : IUnknown

IRecoverableErrorCallback method

Description

IRecoverableErrorCallback::SetRecoverableErrorForChange

Records a recoverable error that occurred when attempting to apply a change to an item.

IRecoverableErrorCallback::SetConstraintError

Records a constraint error that occurred when attempting to apply a change to an item. The change will be reapplied or resolved later in the synchronization session.

Header: FullEnumerationProvider.h

Show: