PaperApiBaseError
public enum PaperApiBaseError : CustomStringConvertible, JSONRepresentable
The PaperApiBaseError 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
-
Declaration
Swift
public var description: String { get }