FedExtraDetails
public enum FedExtraDetails : CustomStringConvertible, JSONRepresentable
More details about the organization or team.
-
More details about the organization.
Declaration
Swift
case organization(TeamLog.OrganizationDetails)
-
More details about the team.
Declaration
Swift
case team(TeamLog.TeamDetails)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }