LegalHoldsListHeldRevisionsContinueError
public enum LegalHoldsListHeldRevisionsContinueError : CustomStringConvertible, JSONRepresentable
The LegalHoldsListHeldRevisionsContinueError union
-
There has been an unknown legal hold error.
Declaration
Swift
case unknownLegalHoldError -
Temporary infrastructure failure, please retry.
Declaration
Swift
case transientError -
Indicates that the cursor has been invalidated. Call legalHoldsListHeldRevisionsContinue again with an empty cursor to obtain a new cursor.
Declaration
Swift
case reset -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
LegalHoldsListHeldRevisionsContinueError Enumeration Reference