ListFolderLongpollError
public enum ListFolderLongpollError : CustomStringConvertible, JSONRepresentable
The ListFolderLongpollError union
-
Indicates that the cursor has been invalidated. Call listFolder 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
ListFolderLongpollError Enumeration Reference