Errors

object Errors
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromDecodingFailure(failure: DecodingFailure): Errors
def fromErrors(history: List[CursorOp], errors: NonEmptyList[Error]): Errors
def fromMap(values: Map[List[CursorOp], Either[String, NonEmptyList[Error]]]): Option[Errors]
def of(head: (List[CursorOp], Either[String, NonEmptyList[Error]]), tail: (List[CursorOp], Either[String, NonEmptyList[Error]])*): Errors
def one(history: List[CursorOp], error: Either[String, NonEmptyList[Error]]): Errors
def root(error: Either[String, NonEmptyList[Error]]): Errors
def unsafeFromMap(values: Map[List[CursorOp], Either[String, NonEmptyList[Error]]]): Errors

Implicits

Implicits

implicit
val semigroup: Semigroup[Errors]