MoveIntoFamilyError

public enum MoveIntoFamilyError : CustomStringConvertible, JSONRepresentable

The MoveIntoFamilyError union

  • Moving shared folder into Family Room folder is not allowed.

    Declaration

    Swift

    case isSharedFolder
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }