DBTEAMTeamFolderListContinueErrorTag
Objective-C
enum DBTEAMTeamFolderListContinueErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMTeamFolderListContinueErrorTag : Int, @unchecked Sendable
The DBTEAMTeamFolderListContinueErrorTag enum type represents the possible
tag states with which the DBTEAMTeamFolderListContinueError union can
exist.
-
The cursor is invalid.
Declaration
Objective-C
DBTEAMTeamFolderListContinueErrorInvalidCursorSwift
case invalidCursor = 0 -
(no description).
Declaration
Objective-C
DBTEAMTeamFolderListContinueErrorOtherSwift
case other = 1
View on GitHub
DBTEAMTeamFolderListContinueErrorTag Enumeration Reference