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

These constants can be used when handling errors returned by GDCReadStream and GDCWriteStream functions. The constant values in the GDFileSystemErr enumeration also occur in the GDFileManagerErrorType enumeration. The labels in the GDFileManagerErrorType enumeration are similar but follow a different convention. The semantics are the same. More...

Enumerations

enum  GDFileSystemErr {
  GDFileSystemErrPathDoesntExist = 100,
  GDFileSystemErrIOError = 101,
  GDFileSystemErrPermissionError = 102,
  GDFileSystemErrDirNotEmpty = 103,
  GDFileSystemErrUnknownError = 500
}
 

Variables

NSString *const GDFileSystemErrorDomain
 Error domain for file system errors. More...
 

Detailed Description

Deprecated:

Enumeration Type Documentation

◆ GDFileSystemErr

Enumerator
GDFileSystemErrPathDoesntExist 

Specified path does not exist.

GDFileSystemErrIOError 

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

GDFileSystemErrPermissionError 

Permissions error when attempting to access part of the filesystem.

GDFileSystemErrDirNotEmpty 

Attempt to delete a directory that was not empty.

GDFileSystemErrUnknownError 

An unknown error occured.

Variable Documentation

◆ GDFileSystemErrorDomain

NSString* const GDFileSystemErrorDomain