LegalHoldsListHeldRevisionsError
public enum LegalHoldsListHeldRevisionsError : CustomStringConvertible, JSONRepresentable
The LegalHoldsListHeldRevisionsError 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
-
The legal hold is not holding any revisions yet.
Declaration
Swift
case legalHoldStillEmpty
-
Trying to list revisions for an inactive legal hold.
Declaration
Swift
case inactiveLegalHold
-
Declaration
Swift
public var description: String { get }