models/exceptions library

Exceptions / Errors

ICloudCancelledException
Thrown when an iCloud operation is cancelled.
ICloudConflictException
Thrown when a version-exposure primitive (enumerate / copy-out / mark-resolved) fails. The plugin only EXPOSES NSFileVersions; it never auto-resolves or silently deletes losing versions, so this exception never represents an auto-resolved outcome.
ICloudContainerAccessException
Thrown when the iCloud container cannot be accessed.
ICloudCoordinationException
Thrown when file coordination fails for another reason.
ICloudInitializationException
Thrown when the native plugin is not initialized.
ICloudInvalidArgumentException
Thrown when native code reports invalid write-path arguments.
ICloudItemNotFoundException
Thrown when the requested item does not exist.
ICloudOperationException
Base class for typed iCloud operation failures surfaced from native code.
ICloudUnknownNativeException
Thrown when native code reports an unknown structured failure.
InvalidArgumentException
An exception class used for development. It's used when invalid argument is passed to the API