ListDocsCursorError
public enum ListDocsCursorError : CustomStringConvertible, JSONRepresentable
The ListDocsCursorError union
-
An unspecified error.
Declaration
Swift
case cursorError(Paper.PaperApiCursorError) -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
ListDocsCursorError Enumeration Reference