DBTEAMLegalHoldsErrorTag
Objective-C
enum DBTEAMLegalHoldsErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMLegalHoldsErrorTag : Int, @unchecked Sendable
                The DBTEAMLegalHoldsErrorTag enum type represents the possible tag states
with which the DBTEAMLegalHoldsError union can exist.
- 
                  
                  
There has been an unknown legal hold error.
Declaration
Objective-C
DBTEAMLegalHoldsErrorUnknownLegalHoldErrorSwift
case unknownLegalHoldError = 0 - 
                  
                  
You don’t have permissions to perform this action.
Declaration
Objective-C
DBTEAMLegalHoldsErrorInsufficientPermissionsSwift
case insufficientPermissions = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLegalHoldsErrorOtherSwift
case other = 2 
View on GitHub
        DBTEAMLegalHoldsErrorTag Enumeration Reference