ErrorMessage

zio.test.ErrorMessage
See theErrorMessage companion trait
object ErrorMessage

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def choice(success: String, failure: String): ErrorMessage
def custom(string: String): ErrorMessage
def pretty(value: Any): ErrorMessage
def text(string: String): ErrorMessage
def throwable(throwable: Throwable): ErrorMessage
def value(value: Any): ErrorMessage

Concrete fields