ParseErrors

final case class ParseErrors(error: ParseError, errors: List[ParseError])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Extension method from ParseErrors

Returns List[SemVerMatcher.ParseError]. The List returned is guaranteed non-empty.

Returns List[SemVerMatcher.ParseError]. The List returned is guaranteed non-empty.

def render: String
Extension method from ParseErrors

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product