DBTEAMLegalHoldsListHeldRevisionsErrorTag
Objective-C
enum DBTEAMLegalHoldsListHeldRevisionsErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMLegalHoldsListHeldRevisionsErrorTag : Int, @unchecked Sendable
                The DBTEAMLegalHoldsListHeldRevisionsErrorTag enum type represents the
possible tag states with which the DBTEAMLegalHoldsListHeldRevisionsError
union can exist.
- 
                  
                  
There has been an unknown legal hold error.
Declaration
Objective-C
DBTEAMLegalHoldsListHeldRevisionsErrorUnknownLegalHoldErrorSwift
case unknownLegalHoldError = 0 - 
                  
                  
You don’t have permissions to perform this action.
Declaration
Objective-C
DBTEAMLegalHoldsListHeldRevisionsErrorInsufficientPermissionsSwift
case insufficientPermissions = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLegalHoldsListHeldRevisionsErrorOtherSwift
case other = 2 - 
                  
                  
Temporary infrastructure failure, please retry.
Declaration
Objective-C
DBTEAMLegalHoldsListHeldRevisionsErrorTransientErrorSwift
case transientError = 3 - 
                  
                  
The legal hold is not holding any revisions yet.
Declaration
Objective-C
DBTEAMLegalHoldsListHeldRevisionsErrorLegalHoldStillEmptySwift
case legalHoldStillEmpty = 4 - 
                  
                  
Trying to list revisions for an inactive legal hold.
Declaration
Objective-C
DBTEAMLegalHoldsListHeldRevisionsErrorInactiveLegalHoldSwift
case inactiveLegalHold = 5 
View on GitHub
        DBTEAMLegalHoldsListHeldRevisionsErrorTag Enumeration Reference