DBTEAMSharingAllowlistListContinueErrorTag
Objective-C
enum DBTEAMSharingAllowlistListContinueErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMSharingAllowlistListContinueErrorTag : Int, @unchecked Sendable
The DBTEAMSharingAllowlistListContinueErrorTag enum type represents the
possible tag states with which the DBTEAMSharingAllowlistListContinueError
union can exist.
-
Provided cursor is not valid.
Declaration
Objective-C
DBTEAMSharingAllowlistListContinueErrorInvalidCursorSwift
case invalidCursor = 0 -
(no description).
Declaration
Objective-C
DBTEAMSharingAllowlistListContinueErrorOtherSwift
case other = 1
View on GitHub
DBTEAMSharingAllowlistListContinueErrorTag Enumeration Reference