PathRootError

public enum PathRootError : CustomStringConvertible, JSONRepresentable

The PathRootError union

  • The root namespace id in Dropbox-API-Path-Root header is not valid. The value of this error is the user’s latest root info.

    Declaration

    Swift

    case invalidRoot(Common.RootInfo)
  • 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 }