GroupSelectorError
public enum GroupSelectorError : CustomStringConvertible, JSONRepresentable
Error that can be raised when GroupSelector is used.
-
No matching group found. No groups match the specified group ID.
Declaration
Swift
case groupNotFound
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }