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
DBTEAMLOGGetTeamEventsErrorAccountIdNotFoundSwift
case accountIdNotFound = 0 -
Invalid time range.
Declaration
Objective-C
DBTEAMLOGGetTeamEventsErrorInvalidTimeRangeSwift
case invalidTimeRange = 1 -
Invalid filters. Do not specify both event_type and category parameters for the same call.
Declaration
Objective-C
DBTEAMLOGGetTeamEventsErrorInvalidFiltersSwift
case invalidFilters = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGGetTeamEventsErrorOtherSwift
case other = 3
View on GitHub
DBTEAMLOGGetTeamEventsErrorTag Enumeration Reference