DBTEAMSharingAllowlistRemoveErrorTag
Objective-C
enum DBTEAMSharingAllowlistRemoveErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMSharingAllowlistRemoveErrorTag : Int, @unchecked Sendable
                The DBTEAMSharingAllowlistRemoveErrorTag enum type represents the possible
tag states with which the DBTEAMSharingAllowlistRemoveError union can
exist.
- 
                  
                  
One of provided values is not valid.
Declaration
Objective-C
DBTEAMSharingAllowlistRemoveErrorMalformedEntrySwift
case malformedEntry = 0 - 
                  
                  
One or more provided values do not exist.
Declaration
Objective-C
DBTEAMSharingAllowlistRemoveErrorEntriesDoNotExistSwift
case entriesDoNotExist = 1 - 
                  
                  
Neither single domain nor email provided.
Declaration
Objective-C
DBTEAMSharingAllowlistRemoveErrorNoEntriesProvidedSwift
case noEntriesProvided = 2 - 
                  
                  
Too many entries provided within one call.
Declaration
Objective-C
DBTEAMSharingAllowlistRemoveErrorTooManyEntriesProvidedSwift
case tooManyEntriesProvided = 3 - 
                  
                  
Unknown error.
Declaration
Objective-C
DBTEAMSharingAllowlistRemoveErrorUnknownErrorSwift
case unknownError = 4 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMSharingAllowlistRemoveErrorOtherSwift
case other = 5 
View on GitHub
        DBTEAMSharingAllowlistRemoveErrorTag Enumeration Reference