ConfigError

laika.api.config.ConfigError
See theConfigError companion trait
object ConfigError

Attributes

Companion
trait
Source
ConfigError.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class DecodingFailed(error: String, key: Option[Key]) extends ConfigError

An error that occurred when decoding a configuration value to a target type.

An error that occurred when decoding a configuration value to a target type.

Attributes

Source
ConfigError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigError
class Object
trait Matchable
class Any
Show all
case class DocumentErrors(path: Path, failures: Type[ConfigError]) extends ConfigError

Multiple errors that occurred when processing configuration for a document.

Multiple errors that occurred when processing configuration for a document.

Attributes

Companion
object
Source
ConfigError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigError
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ConfigError.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class InvalidField(name: String, failure: Failure)

Represents a single invalid field in HOCON input.

Represents a single invalid field in HOCON input.

Attributes

Source
ConfigError.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class InvalidFields(fields: Type[InvalidField]) extends ConfigError

One or more invalid fields occurred in HOCON input.

One or more invalid fields occurred in HOCON input.

Attributes

Source
ConfigError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigError
class Object
trait Matchable
class Any
Show all
case class InvalidType(expected: String, actual: ConfigValue) extends ConfigError

Indicates that a value found in the configuration does not have the expected type so that type conversion is not even attempted.

Indicates that a value found in the configuration does not have the expected type so that type conversion is not even attempted.

Attributes

Source
ConfigError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigError
class Object
trait Matchable
class Any
Show all
case class MultipleErrors(failures: Type[ConfigError]) extends ConfigError

Multiple errors that occurred when processing configuration.

Multiple errors that occurred when processing configuration.

Attributes

Source
ConfigError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigError
class Object
trait Matchable
class Any
Show all
case class NotFound(key: Key) extends ConfigError

A required value that could not be found.

A required value that could not be found.

Attributes

Source
ConfigError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigError
class Object
trait Matchable
class Any
Show all
case class ParsingFailed(failure: Failure) extends ConfigError

An unrecoverable error that occurred when parsing HOCON input.

An unrecoverable error that occurred when parsing HOCON input. Recoverable errors are accumulated in InvalidFields instead.

Attributes

Source
ConfigError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigError
class Object
trait Matchable
class Any
Show all
case class ResolverFailed(message: String) extends ConfigError

An error that occurred when resolving the interim result of a parsing operation.

An error that occurred when resolving the interim result of a parsing operation.

Attributes

Source
ConfigError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigError
class Object
trait Matchable
class Any
Show all
case class ResourceLoadingFailed(message: String) extends ConfigError

An error that occurred when loading a resource, before parsing could start.

An error that occurred when loading a resource, before parsing could start.

Attributes

Source
ConfigError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigError
class Object
trait Matchable
class Any
Show all
case class TreeErrors(failures: Type[DocumentErrors]) extends ConfigError

Multiple errors that occurred when processing configuration for a document tree.

Multiple errors that occurred when processing configuration for a document tree.

Attributes

Source
ConfigError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigError
class Object
trait Matchable
class Any
Show all
case class ValidationFailed(message: String) extends ConfigError

A generic error for invalid values.

A generic error for invalid values.

Attributes

Source
ConfigError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigError
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala