HasErrors

trait HasErrors[V[_]]

Type class that helps extracting errors as list

Companion:
object
Source:
HasErrors.scala
class Object
trait Matchable
class Any
object EitherHasErrors.type
object FailFastHasErrors.type
object ListHasErrors.type
object OptionHasErrors.type

Value members

Abstract methods

def errors[E](v: V[E]): List[E]