GetTeamEventsError
public enum GetTeamEventsError : CustomStringConvertible, JSONRepresentable
Errors that can be raised when calling getEvents.
-
No user found matching the provided account_id.
Declaration
Swift
case accountIdNotFound -
Invalid time range.
Declaration
Swift
case invalidTimeRange -
Invalid filters. Do not specify both event_type and category parameters for the same call.
Declaration
Swift
case invalidFilters -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
GetTeamEventsError Enumeration Reference