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
trait ConfigError
class Object
trait Matchable
class Any
Show all

Members list

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