Message

trait Message

Represents a lazy failure message. Implementations can use the specified SourceCursor to construct the actual message, e.g. for adding parts of the input to the message.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def message(source: SourceCursor): String