IRecoverableErrorCallback Interface

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

Syntax

interface IRecoverableErrorCallback : IUnknown

Members

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.

Requirements

Header: FullEnumerationProvider.h

See Also

Concepts

Sync Framework Simple Provider Components