InvalidDocument

laika.parse.markup.DocumentParser$.InvalidDocument$
See theInvalidDocument companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(path: Path, error: ConfigError, errors: ConfigError*): InvalidDocument
def apply(path: Path, error: Invalid, errors: Invalid*): InvalidDocument
def format(errors: Either[Type[ConfigError], Type[Invalid]], path: Path): String
def format(doc: InvalidDocument): String
def formatElement(docPath: Path)(element: Invalid): String
def from(document: Document, failOn: MessageFilter): Option[InvalidDocument]
def indent(lineContent: String): String