RemoveTagError

public enum RemoveTagError : CustomStringConvertible, JSONRepresentable

The RemoveTagError union

  • An unspecified error.

    Declaration

    Swift

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

    Declaration

    Swift

    case other
  • That tag doesn’t exist at this path.

    Declaration

    Swift

    case tagNotPresent
  • Declaration

    Swift

    public var description: String { get }