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