GroupsGetInfoError
public enum GroupsGetInfoError : CustomStringConvertible, JSONRepresentable
The GroupsGetInfoError union
-
The group is not on your team.
Declaration
Swift
case groupNotOnTeam
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }