DBTEAMGroupsPollErrorTag
Objective-C
enum DBTEAMGroupsPollErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMGroupsPollErrorTag : Int, @unchecked Sendable
The DBTEAMGroupsPollErrorTag enum type represents the possible tag states
with which the DBTEAMGroupsPollError union can exist.
-
The job ID is invalid.
Declaration
Objective-C
DBTEAMGroupsPollErrorInvalidAsyncJobIdSwift
case invalidAsyncJobId = 0 -
Something went wrong with the job on Dropbox’s end. You’ll need to verify that the action you were taking succeeded, and if not, try again. This should happen very rarely.
Declaration
Objective-C
DBTEAMGroupsPollErrorInternalErrorSwift
case internalError = 1 -
(no description).
Declaration
Objective-C
DBTEAMGroupsPollErrorOtherSwift
case other = 2 -
You are not allowed to poll this job.
Declaration
Objective-C
DBTEAMGroupsPollErrorAccessDeniedSwift
case accessDenied = 3
View on GitHub
DBTEAMGroupsPollErrorTag Enumeration Reference