DefaultErrorBuilder
This is the class used to build Parsley's default error messages.
While it compiles with the ErrorBuilder
typeclass, it should not
be considered a stable contract: the formatting can be changed at any
time and without notice. The API, however, will remain stable.
This is the class used to build Parsley's default error messages.
While it compiles with the ErrorBuilder
typeclass, it should not
be considered a stable contract: the formatting can be changed at any
time and without notice. The API, however, will remain stable.
- Since
3.0.0
Type members
Types
Value members
Concrete methods
override def lineInfo(line: String, linesBefore: List[String], linesAfter: List[String], errorPointsAt: Int): LineInfo
- Definition Classes
override def vanillaError(unexpected: UnexpectedLine, expected: ExpectedLine, reasons: Messages, lines: LineInfo): ErrorInfoLines
- Definition Classes