Errors

final case class Errors(toNem: Type[History, NonEmptyList[Error]])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def get(history: History): List[Error]
def merge(errors: Errors): Errors
def modifyError(f: NonEmptyList[Error] => NonEmptyList[Error]): Errors

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product