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
DBTEAMSharingAllowlistListContinueErrorInvalidCursor
Swift
case invalidCursor = 0
-
(no description).
Declaration
Objective-C
DBTEAMSharingAllowlistListContinueErrorOther
Swift
case other = 1