Packages

case class Error(message: String, path: Path = Path.empty) extends Product with Serializable

Useful instance for the formulation below. You can define your own.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Error
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Error(message: String, path: Path = Path.empty)

Value Members

  1. val message: String
  2. val path: Path
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product