DBTEAMLegalHoldsGetPolicyErrorTag
Objective-C
enum DBTEAMLegalHoldsGetPolicyErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMLegalHoldsGetPolicyErrorTag : Int, @unchecked Sendable
The DBTEAMLegalHoldsGetPolicyErrorTag
enum type represents the possible
tag states with which the DBTEAMLegalHoldsGetPolicyError
union can exist.
-
There has been an unknown legal hold error.
Declaration
Objective-C
DBTEAMLegalHoldsGetPolicyErrorUnknownLegalHoldError
Swift
case unknownLegalHoldError = 0
-
You don’t have permissions to perform this action.
Declaration
Objective-C
DBTEAMLegalHoldsGetPolicyErrorInsufficientPermissions
Swift
case insufficientPermissions = 1
-
(no description).
Declaration
Objective-C
DBTEAMLegalHoldsGetPolicyErrorOther
Swift
case other = 2
-
Legal hold policy does not exist for
id_
inDBTEAMLegalHoldsGetPolicyArg
.Declaration
Objective-C
DBTEAMLegalHoldsGetPolicyErrorLegalHoldPolicyNotFound
Swift
case legalHoldPolicyNotFound = 3