• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDFileManager Error Domain

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

Enumerations

enum  GDFileManagerErrorType {
  GDFileManagerErrorPathDoesNotExist = 100,
  GDFileManagerErrorIOError = 101,
  GDFileManagerErrorPermissionError = 102,
  GDFileManagerErrorDirectoryNotEmpty = 103,
  GDFileManagerErrorPathError = 104,
  GDFileManagerErrorICloudNotSupported = 105,
  GDFileManagerErrorPathAlreadyExists = 106,
  GDFileManagerErrorDeleteBackupError = 107,
  GDFileManagerErrorPreservingMetadata = 108,
  GDFileManagerErrorInvalidFileURL = 109,
  GDFileManagerErrorNotSupported = 110,
  GDFileManagerErrorUnknownError = 500
}
 

Variables

NS_ASSUME_NONNULL_BEGIN NSString *const GDFileManagerErrorDomain
 Error domain for file system errors. More...
 

Detailed Description

Enumeration Type Documentation

◆ GDFileManagerErrorType

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.

GDFileManagerErrorNotSupported 

Attempt to utilize unsupported interface.

GDFileManagerErrorUnknownError 

An unknown error occured.

Variable Documentation

◆ GDFileManagerErrorDomain

NS_ASSUME_NONNULL_BEGIN NSString* const GDFileManagerErrorDomain