ValidationProblem

@SerialVersionUID(1L) class ValidationProblem(val path: String, val origin: ConfigOrigin, val problem: String) extends Serializable

Information about a problem that occurred in [[Config#checkValid]]. A [[ConfigException.ValidationFailed]] exception thrown from checkValid includes a list of problems encountered.

Information about a problem that occurred in [[Config#checkValid]]. A [[ConfigException.ValidationFailed]] exception thrown from checkValid includes a list of problems encountered.

trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Concrete fields

@transient
val path: String
val problem: String