DBTEAMLegalHoldsListPoliciesErrorTag
Objective-C
enum DBTEAMLegalHoldsListPoliciesErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMLegalHoldsListPoliciesErrorTag : Int, @unchecked Sendable
The DBTEAMLegalHoldsListPoliciesErrorTag
enum type represents the possible
tag states with which the DBTEAMLegalHoldsListPoliciesError
union can
exist.
-
There has been an unknown legal hold error.
Declaration
Objective-C
DBTEAMLegalHoldsListPoliciesErrorUnknownLegalHoldError
Swift
case unknownLegalHoldError = 0
-
You don’t have permissions to perform this action.
Declaration
Objective-C
DBTEAMLegalHoldsListPoliciesErrorInsufficientPermissions
Swift
case insufficientPermissions = 1
-
(no description).
Declaration
Objective-C
DBTEAMLegalHoldsListPoliciesErrorOther
Swift
case other = 2
-
Temporary infrastructure failure, please retry.
Declaration
Objective-C
DBTEAMLegalHoldsListPoliciesErrorTransientError
Swift
case transientError = 3