Errors

object Errors
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def fromMap(values: SortedMap[History, NonEmptyList[Error]]): Option[Errors]
def ofError(head: (History, Error), tail: (History, Error)*): Errors
def ofErrors(head: (History, NonEmptyList[Error]), tail: (History, NonEmptyList[Error])*): Errors
def one(history: History, errors: NonEmptyList[Error]): Errors
def oneNel(history: History, error: Error): Errors
def root(errors: NonEmptyList[Error]): Errors
def rootNel(error: Error): Errors

Implicits

Implicits

implicit
val semigroup: Semigroup[Errors]