DBSHARINGFileErrorResultTag
Objective-C
enum DBSHARINGFileErrorResultTag : NSInteger {}
Swift
@frozen enum DBSHARINGFileErrorResultTag : Int, @unchecked Sendable
The DBSHARINGFileErrorResultTag enum type represents the possible tag
states with which the DBSHARINGFileErrorResult union can exist.
-
File specified by id was not found.
Declaration
Objective-C
DBSHARINGFileErrorResultFileNotFoundErrorSwift
case fileNotFoundError = 0 -
User does not have permission to take the specified action on the file.
Declaration
Objective-C
DBSHARINGFileErrorResultInvalidFileActionErrorSwift
case invalidFileActionError = 1 -
User does not have permission to access file specified by file.Id.
Declaration
Objective-C
DBSHARINGFileErrorResultPermissionDeniedErrorSwift
case permissionDeniedError = 2 -
(no description).
Declaration
Objective-C
DBSHARINGFileErrorResultOtherSwift
case other = 3
View on GitHub
DBSHARINGFileErrorResultTag Enumeration Reference