RelinquishFileMembershipError

public enum RelinquishFileMembershipError : CustomStringConvertible, JSONRepresentable

The RelinquishFileMembershipError union

  • An unspecified error.

    Declaration

    Swift

    case accessError(Sharing.SharingFileAccessError)
  • The current user has access to the shared file via a group. You can’t relinquish membership to a file shared via groups.

    Declaration

    Swift

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

    Declaration

    Swift

    case noPermission
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }