DBTEAMLOGGetTeamEventsContinueErrorTag
Objective-C
enum DBTEAMLOGGetTeamEventsContinueErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGGetTeamEventsContinueErrorTag : Int, @unchecked Sendable
The DBTEAMLOGGetTeamEventsContinueErrorTag enum type represents the
possible tag states with which the DBTEAMLOGGetTeamEventsContinueError
union can exist.
-
Bad cursor.
Declaration
Objective-C
DBTEAMLOGGetTeamEventsContinueErrorBadCursorSwift
case badCursor = 0 -
Cursors are intended to be used quickly. Individual cursor values are normally valid for days, but in rare cases may be reset sooner. Cursor reset errors should be handled by fetching a new cursor from
getEvents. The associated value is the approximate timestamp of the most recent event returned by the cursor. This should be used as a resumption point when callinggetEventsto obtain a new cursor.Declaration
Objective-C
DBTEAMLOGGetTeamEventsContinueErrorResetSwift
case reset = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGGetTeamEventsContinueErrorOtherSwift
case other = 2
View on GitHub
DBTEAMLOGGetTeamEventsContinueErrorTag Enumeration Reference