mmsync_sync_error_t

Data for MMSYNC_SYNC_ERROR_* errors.

Synopsis:

#include <mmsync/event.h>
typedef struct mmsync_sync_error {
    uint32_t type;
    uint32_t operation_id;
    uint32_t param;
    uint32_t reserved;
} mmsync_sync_error_t;

Data:

uint32_t type
The error type (one of MMSYNC_SYNC_ERROR_* codes).
uint32_t operation_id
The synchronization operation ID.
uint32_t param
Additional information; often, the ID of the folder in which the error occurred.
uint32_t reserved
Reserved for future use.

Library:

mmsyncclient

Description:

Data for MMSYNC_SYNC_ERROR_* errors.