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
DBTEAMLegalHoldsGetPolicyErrorUnknownLegalHoldErrorSwift
case unknownLegalHoldError = 0 -
You don’t have permissions to perform this action.
Declaration
Objective-C
DBTEAMLegalHoldsGetPolicyErrorInsufficientPermissionsSwift
case insufficientPermissions = 1 -
(no description).
Declaration
Objective-C
DBTEAMLegalHoldsGetPolicyErrorOtherSwift
case other = 2 -
Legal hold policy does not exist for
id_inDBTEAMLegalHoldsGetPolicyArg.Declaration
Objective-C
DBTEAMLegalHoldsGetPolicyErrorLegalHoldPolicyNotFoundSwift
case legalHoldPolicyNotFound = 3
View on GitHub
DBTEAMLegalHoldsGetPolicyErrorTag Enumeration Reference