PathRootError
public enum PathRootError : CustomStringConvertible, JSONRepresentable
The PathRootError union
-
You don’t have permission to access the namespace id in Dropbox-API-Path-Root header.
Declaration
Swift
case noPermission
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }