BaseTagError

public enum BaseTagError : CustomStringConvertible, JSONRepresentable

The BaseTagError union

  • An unspecified error.

    Declaration

    Swift

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

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }