AddTagError

public enum AddTagError : CustomStringConvertible, JSONRepresentable

The AddTagError union

  • An unspecified error.

    Declaration

    Swift

    case path(Files.LookupError)
  • An unspecified error.

    Declaration

    Swift

    case other
  • The item already has the maximum supported number of tags.

    Declaration

    Swift

    case tooManyTags
  • Declaration

    Swift

    public var description: String { get }