DBTEAMLegalHoldsListPoliciesErrorTag
Objective-C
enum DBTEAMLegalHoldsListPoliciesErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMLegalHoldsListPoliciesErrorTag : Int, @unchecked Sendable
                The DBTEAMLegalHoldsListPoliciesErrorTag enum type represents the possible
tag states with which the DBTEAMLegalHoldsListPoliciesError union can
exist.
- 
                  
                  
There has been an unknown legal hold error.
Declaration
Objective-C
DBTEAMLegalHoldsListPoliciesErrorUnknownLegalHoldErrorSwift
case unknownLegalHoldError = 0 - 
                  
                  
You don’t have permissions to perform this action.
Declaration
Objective-C
DBTEAMLegalHoldsListPoliciesErrorInsufficientPermissionsSwift
case insufficientPermissions = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLegalHoldsListPoliciesErrorOtherSwift
case other = 2 - 
                  
                  
Temporary infrastructure failure, please retry.
Declaration
Objective-C
DBTEAMLegalHoldsListPoliciesErrorTransientErrorSwift
case transientError = 3 
View on GitHub
        DBTEAMLegalHoldsListPoliciesErrorTag Enumeration Reference