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
DBTEAMLegalHoldsErrorUnknownLegalHoldError
Swift
case unknownLegalHoldError = 0
-
You don’t have permissions to perform this action.
Declaration
Objective-C
DBTEAMLegalHoldsErrorInsufficientPermissions
Swift
case insufficientPermissions = 1
-
(no description).
Declaration
Objective-C
DBTEAMLegalHoldsErrorOther
Swift
case other = 2