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
DBTEAMSharingAllowlistRemoveErrorMalformedEntry
Swift
case malformedEntry = 0
-
One or more provided values do not exist.
Declaration
Objective-C
DBTEAMSharingAllowlistRemoveErrorEntriesDoNotExist
Swift
case entriesDoNotExist = 1
-
Neither single domain nor email provided.
Declaration
Objective-C
DBTEAMSharingAllowlistRemoveErrorNoEntriesProvided
Swift
case noEntriesProvided = 2
-
Too many entries provided within one call.
Declaration
Objective-C
DBTEAMSharingAllowlistRemoveErrorTooManyEntriesProvided
Swift
case tooManyEntriesProvided = 3
-
Unknown error.
Declaration
Objective-C
DBTEAMSharingAllowlistRemoveErrorUnknownError
Swift
case unknownError = 4
-
(no description).
Declaration
Objective-C
DBTEAMSharingAllowlistRemoveErrorOther
Swift
case other = 5