blackberry.com
BlackBerry Dynamics
Runtime library for macOS applications
from the application developer portal
Enumerations | Variables

GDFileManager Error Domain

These constants can be used when handling errors returned by GDFileManager, GDCReadStream, and GDCWriteStream functions.

Enumerations

Variables


Enumeration Type Documentation

Enumerator:
GDFileManagerErrorPathDoesNotExist 

Specified path does not exist.

GDFileManagerErrorIOError 

Input or output error occurred during a low-level read or write operation.

GDFileManagerErrorPermissionError 

Permissions error when attempting to access part of the filesystem.

GDFileManagerErrorDirectoryNotEmpty 

Attempt to delete a directory that was not empty.

GDFileManagerErrorPathError 

There was a problem with the path.

GDFileManagerErrorICloudNotSupported 

Attempt to access "Ubiquitous" file or directory, i.e. one that is in "cloud" storage.

GDFileManagerErrorPathAlreadyExists 

Specified path already exists.

GDFileManagerErrorDeleteBackupError 

Unable to delete backup.

GDFileManagerErrorPreservingMetadata 

Unable to preserve metadata from original file.

GDFileManagerErrorInvalidFileURL 

The URL passed in was not a valid file URL.

GDFileManagerErrorUnknownError 

An unknown error occured.


Variable Documentation

NSString* const GDFileManagerErrorDomain