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
DBTEAMLegalHoldsListHeldRevisionsErrorUnknownLegalHoldError
Swift
case unknownLegalHoldError = 0
-
You don’t have permissions to perform this action.
Declaration
Objective-C
DBTEAMLegalHoldsListHeldRevisionsErrorInsufficientPermissions
Swift
case insufficientPermissions = 1
-
(no description).
Declaration
Objective-C
DBTEAMLegalHoldsListHeldRevisionsErrorOther
Swift
case other = 2
-
Temporary infrastructure failure, please retry.
Declaration
Objective-C
DBTEAMLegalHoldsListHeldRevisionsErrorTransientError
Swift
case transientError = 3
-
The legal hold is not holding any revisions yet.
Declaration
Objective-C
DBTEAMLegalHoldsListHeldRevisionsErrorLegalHoldStillEmpty
Swift
case legalHoldStillEmpty = 4
-
Trying to list revisions for an inactive legal hold.
Declaration
Objective-C
DBTEAMLegalHoldsListHeldRevisionsErrorInactiveLegalHold
Swift
case inactiveLegalHold = 5