HasErrors

trait HasErrors[V[_]]

Type class that helps extracting errors as list

Companion:
object
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]

Returns v errors as scala.collection.immutable.List

Returns v errors as scala.collection.immutable.List