| Framework | SyncServices/SyncServices.h |
| Declared in | SyncServicesErrors.h |
This chapter describes the types and constants found in the Sync Services:
Codes for errors that can occur when using an ISyncSessionDriver object or other Sync Services classes.
enum {
ISyncSessionClientAlreadySyncingError = 100,
ISyncSessionUserCanceledSessionError = 101,
ISyncSessionDriverRegistrationError = 200,
ISyncSessionDriverPullFailureError = 201,
ISyncSessionDriverFatalError = 300
};
ISyncSessionClientAlreadySyncingErrorError code that indicates the client is already syncing.
Available in Mac OS X v10.5 and later.
Declared in SyncServicesErrors.h.
ISyncSessionUserCanceledSessionErrorError code that indicates the user canceled the sync session.
Available in Mac OS X v10.5 and later.
Declared in SyncServicesErrors.h.
ISyncSessionDriverRegistrationErrorError code that indicates the session driver failed to register the client.
Available in Mac OS X v10.5 and later.
Declared in SyncServicesErrors.h.
ISyncSessionDriverPullFailureErrorError code that indicates the session driver failed to pull records.
Available in Mac OS X v10.5 and later.
Declared in SyncServicesErrors.h.
ISyncSessionDriverFatalErrorError code that indicates an ISyncSessionDriver received a fatal error.
Available in Mac OS X v10.5 and later.
Declared in SyncServicesErrors.h.
SyncServices/SyncServicesErrors.hErrors that can occur when using Sync Services classes and methods.
NSString *const ISyncErrorDomain;
ISyncErrorDomainDomain for errors that occurred using Sync Services classes and methods.
Available in Mac OS X v10.5 and later.
Declared in SyncServicesErrors.h.
SyncServices/SyncServicesErrors.hExceptions that can occur when using Sync Services classes and methods.
NSString * const ISyncInvalidSchemaException; NSString * const ISyncInvalidArgumentsException;
ISyncInvalidSchemaExceptionOccurs when a client tries to register an invalid schema or schema extension.
Available in Mac OS X v10.6 and later.
Declared in SyncServicesErrors.h.
ISyncInvalidArgumentsExceptionOccurs when a Sync Services method is passed bad or inconsistent arguments.
Available in Mac OS X v10.6 and later.
Declared in SyncServicesErrors.h.
SyncServices/SyncServicesErrors.hLast updated: 2009-03-16