ISyncCallback::OnRecoverableError

Occurs when a synchronization provider sets a recoverable error when it is loading or saving an item.

Syntax

HRESULT OnRecoverableError(
  IRecoverableError * pRecoverableError);

Parameters

  • pRecoverableError
    [in] The recoverable error.

Return Value

  • S_OK

  • Application-determined error codes

See Also

Reference

ISyncCallback Interface