InvalidDocument

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

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