UnmountFolderError

public enum UnmountFolderError : CustomStringConvertible, JSONRepresentable

The UnmountFolderError union

  • An unspecified error.

    Declaration

    Swift

    case accessError(Sharing.SharedFolderAccessError)
  • The current user does not have permission to perform this action.

    Declaration

    Swift

    case noPermission
  • The shared folder can’t be unmounted. One example where this can occur is when the shared folder’s parent folder is also a shared folder that resides in the current user’s Dropbox.

    Declaration

    Swift

    case notUnmountable
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }