DBSHARINGFileMemberActionErrorTag
Objective-C
enum DBSHARINGFileMemberActionErrorTag : NSInteger {}
                Swift
@frozen enum DBSHARINGFileMemberActionErrorTag : Int, @unchecked Sendable
                The DBSHARINGFileMemberActionErrorTag enum type represents the possible
tag states with which the DBSHARINGFileMemberActionError union can exist.
- 
                  
                  
Specified member was not found.
Declaration
Objective-C
DBSHARINGFileMemberActionErrorInvalidMemberSwift
case invalidMember = 0 - 
                  
                  
User does not have permission to perform this action on this member.
Declaration
Objective-C
DBSHARINGFileMemberActionErrorNoPermissionSwift
case noPermission = 1 - 
                  
                  
Specified file was invalid or user does not have access.
Declaration
Objective-C
DBSHARINGFileMemberActionErrorAccessErrorSwift
case accessError = 2 - 
                  
                  
The action cannot be completed because the target member does not have explicit access to the file. The return value is the access that the member has to the file from a parent folder.
Declaration
Objective-C
DBSHARINGFileMemberActionErrorNoExplicitAccessSwift
case noExplicitAccess = 3 - 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGFileMemberActionErrorOtherSwift
case other = 4 
View on GitHub
        DBSHARINGFileMemberActionErrorTag Enumeration Reference