UnshareFolderError

public enum UnshareFolderError : CustomStringConvertible, JSONRepresentable

The UnshareFolderError union

  • An unspecified error.

    Declaration

    Swift

    case accessError(Sharing.SharedFolderAccessError)
  • This action cannot be performed on a team shared folder.

    Declaration

    Swift

    case teamFolder
  • The current user does not have permission to perform this action.

    Declaration

    Swift

    case noPermission
  • This shared folder has too many files to be unshared.

    Declaration

    Swift

    case tooManyFiles
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }