ParserError

just.semver.parser.ParserError
See theParserError companion object
final case class ParserError(message: String, parsed: Option[String], rest: Option[String])

Attributes

Since

2022-04-03

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def render: String
Implicitly added by ParserErrorOps

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product