DBTEAMLOGGetTeamEventsErrorTag
Objective-C
enum DBTEAMLOGGetTeamEventsErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGGetTeamEventsErrorTag : Int, @unchecked Sendable
The DBTEAMLOGGetTeamEventsErrorTag
enum type represents the possible tag
states with which the DBTEAMLOGGetTeamEventsError
union can exist.
-
No user found matching the provided account_id.
Declaration
Objective-C
DBTEAMLOGGetTeamEventsErrorAccountIdNotFound
Swift
case accountIdNotFound = 0
-
Invalid time range.
Declaration
Objective-C
DBTEAMLOGGetTeamEventsErrorInvalidTimeRange
Swift
case invalidTimeRange = 1
-
Invalid filters. Do not specify both event_type and category parameters for the same call.
Declaration
Objective-C
DBTEAMLOGGetTeamEventsErrorInvalidFilters
Swift
case invalidFilters = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGGetTeamEventsErrorOther
Swift
case other = 3