ParseError

object ParseError
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class BuildMetadataParseError(parseError: ParseError) extends ParseError
final case class CombinedParseError(preReleaseError: ParseError, buildMetadataError: ParseError) extends ParseError
final case class InvalidAlphaNumHyphenError(c: Char, rest: List[Char]) extends ParseError
final case class InvalidVersionStringError(value: String) extends ParseError
final case class LeadingZeroNumError(n: String) extends ParseError
final case class PreReleaseParseError(parseError: ParseError) extends ParseError

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def combine(preReleaseError: ParseError, buildMetadataError: ParseError): ParseError
def invalidAlphaNumHyphenError(c: Char, rest: List[Char]): ParseError
@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.Recursion")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def render(parseError: ParseError): String