DBFILEREQUESTSDeleteAllClosedFileRequestsErrorTag
Objective-C
enum DBFILEREQUESTSDeleteAllClosedFileRequestsErrorTag : NSInteger {}
                Swift
@frozen enum DBFILEREQUESTSDeleteAllClosedFileRequestsErrorTag : Int, @unchecked Sendable
                The DBFILEREQUESTSDeleteAllClosedFileRequestsErrorTag enum type represents
the possible tag states with which the
DBFILEREQUESTSDeleteAllClosedFileRequestsError union can exist.
- 
                  
                  
This user’s Dropbox Business team doesn’t allow file requests.
Declaration
Objective-C
DBFILEREQUESTSDeleteAllClosedFileRequestsErrorDisabledForTeamSwift
case disabledForTeam = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILEREQUESTSDeleteAllClosedFileRequestsErrorOtherSwift
case other = 1 - 
                  
                  
This file request ID was not found.
Declaration
Objective-C
DBFILEREQUESTSDeleteAllClosedFileRequestsErrorNotFoundSwift
case notFound = 2 - 
                  
                  
The specified path is not a folder.
Declaration
Objective-C
DBFILEREQUESTSDeleteAllClosedFileRequestsErrorNotAFolderSwift
case notAFolder = 3 - 
                  
                  
This file request is not accessible to this app. Apps with the app folder permission can only access file requests in their app folder.
Declaration
Objective-C
DBFILEREQUESTSDeleteAllClosedFileRequestsErrorAppLacksAccessSwift
case appLacksAccess = 4 - 
                  
                  
This user doesn’t have permission to access or modify this file request.
Declaration
Objective-C
DBFILEREQUESTSDeleteAllClosedFileRequestsErrorNoPermissionSwift
case noPermission = 5 - 
                  
                  
This user’s email address is not verified. File requests are only available on accounts with a verified email address. Users can verify their email address here https://www.dropbox.com/help/317.
Declaration
Objective-C
DBFILEREQUESTSDeleteAllClosedFileRequestsErrorEmailUnverifiedSwift
case emailUnverified = 6 - 
                  
                  
There was an error validating the request. For example, the title was invalid, or there were disallowed characters in the destination path.
Declaration
Objective-C
DBFILEREQUESTSDeleteAllClosedFileRequestsErrorValidationErrorSwift
case validationError = 7 
View on GitHub
        DBFILEREQUESTSDeleteAllClosedFileRequestsErrorTag Enumeration Reference