GroupCreateError
public enum GroupCreateError : CustomStringConvertible, JSONRepresentable
The GroupCreateError union
-
The requested group name is already being used by another group.
Declaration
Swift
case groupNameAlreadyUsed -
Group name is empty or has invalid characters.
Declaration
Swift
case groupNameInvalid -
The requested external ID is already being used by another group.
Declaration
Swift
case externalIdAlreadyInUse -
System-managed group cannot be manually created.
Declaration
Swift
case systemManagedGroupDisallowed -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
GroupCreateError Enumeration Reference