ListUsersCursorError
public enum ListUsersCursorError : CustomStringConvertible, JSONRepresentable
The ListUsersCursorError union
-
Your account does not have permissions to perform this action. This may be due to it only having access to Paper as files in the Dropbox filesystem. For more information, refer to the Paper Migration Guide https://www.dropbox.com/lp/developers/reference/paper-migration-guide.
Declaration
Swift
case insufficientPermissions
-
An unspecified error.
Declaration
Swift
case other
-
The required doc was not found.
Declaration
Swift
case docNotFound
-
An unspecified error.
Declaration
Swift
case cursorError(Paper.PaperApiCursorError)
-
Declaration
Swift
public var description: String { get }