LegalHoldsPolicyUpdateError
public enum LegalHoldsPolicyUpdateError : CustomStringConvertible, JSONRepresentable
The LegalHoldsPolicyUpdateError union
-
There has been an unknown legal hold error.
Declaration
Swift
case unknownLegalHoldError -
You don’t have permissions to perform this action.
Declaration
Swift
case insufficientPermissions -
An unspecified error.
Declaration
Swift
case other -
Temporary infrastructure failure, please retry.
Declaration
Swift
case transientError -
Trying to release an inactive legal hold.
Declaration
Swift
case inactiveLegalHold -
Legal hold is currently performing another operation.
Declaration
Swift
case legalHoldPerformingAnotherOperation -
Some members in the members list are not valid to be placed under legal hold.
Declaration
Swift
case invalidMembers -
You cannot add more than 5 users in a legal hold.
Declaration
Swift
case numberOfUsersOnHoldIsGreaterThanHoldLimitation -
The users list must have at least one user.
Declaration
Swift
case emptyMembersList -
The name provided is already in use by another legal hold.
Declaration
Swift
case nameMustBeUnique -
Legal hold policy does not exist for id in LegalHoldsPolicyUpdateArg.
Declaration
Swift
case legalHoldPolicyNotFound -
Declaration
Swift
public var description: String { get }
View on GitHub
LegalHoldsPolicyUpdateError Enumeration Reference