LegalHoldsError
public enum LegalHoldsError : CustomStringConvertible, JSONRepresentable
The LegalHoldsError 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 -
Declaration
Swift
public var description: String { get }
View on GitHub
LegalHoldsError Enumeration Reference