DecodingError

laika.config.DecodingError
case class DecodingError(error: String, key: Option[Key]) extends ConfigError

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val message: String