Error
The fatal failure case of ParseResult: contains an error-message and
the remaining input.
No back-tracking is done when a parser returns an Error
.
- Value parameters:
- msg
An error message string describing the error.
- next
The parser's unconsumed input at the point where the error occurred.
trait Serializable
trait Product
trait Equals
class NoSuccess
class ParseResult[Nothing]
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
def filterWithError(p: Nothing => Boolean, error: Nothing => String, position: Input): ParseResult[Nothing]
- Inherited from:
- NoSuccess