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
DBTEAMGroupsPollErrorInvalidAsyncJobId
Swift
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
DBTEAMGroupsPollErrorInternalError
Swift
case internalError = 1
-
(no description).
Declaration
Objective-C
DBTEAMGroupsPollErrorOther
Swift
case other = 2
-
You are not allowed to poll this job.
Declaration
Objective-C
DBTEAMGroupsPollErrorAccessDenied
Swift
case accessDenied = 3