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
DBTEAMLOGGetTeamEventsContinueErrorBadCursor
Swift
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 callinggetEvents
to obtain a new cursor.Declaration
Objective-C
DBTEAMLOGGetTeamEventsContinueErrorReset
Swift
case reset = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGGetTeamEventsContinueErrorOther
Swift
case other = 2