LegalHoldsGetPolicyError
public enum LegalHoldsGetPolicyError : CustomStringConvertible, JSONRepresentable
The LegalHoldsGetPolicyError 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 -
Legal hold policy does not exist for id in LegalHoldsGetPolicyArg.
Declaration
Swift
case legalHoldPolicyNotFound -
Declaration
Swift
public var description: String { get }
View on GitHub
LegalHoldsGetPolicyError Enumeration Reference