DBTEAMGroupCreateErrorTag
Objective-C
enum DBTEAMGroupCreateErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMGroupCreateErrorTag : Int, @unchecked Sendable
                The DBTEAMGroupCreateErrorTag enum type represents the possible tag states
with which the DBTEAMGroupCreateError union can exist.
- 
                  
                  
The requested group name is already being used by another group.
Declaration
Objective-C
DBTEAMGroupCreateErrorGroupNameAlreadyUsedSwift
case groupNameAlreadyUsed = 0 - 
                  
                  
Group name is empty or has invalid characters.
Declaration
Objective-C
DBTEAMGroupCreateErrorGroupNameInvalidSwift
case groupNameInvalid = 1 - 
                  
                  
The requested external ID is already being used by another group.
Declaration
Objective-C
DBTEAMGroupCreateErrorExternalIdAlreadyInUseSwift
case externalIdAlreadyInUse = 2 - 
                  
                  
System-managed group cannot be manually created.
Declaration
Objective-C
DBTEAMGroupCreateErrorSystemManagedGroupDisallowedSwift
case systemManagedGroupDisallowed = 3 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMGroupCreateErrorOtherSwift
case other = 4 
View on GitHub
        DBTEAMGroupCreateErrorTag Enumeration Reference