Error

io.scalaland.chimney.partial.Error
See theError companion class
object Error

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

final def fromEmptyValue: Error

Empty value error with an empty path

Empty value error with an empty path

Attributes

Since

0.7.0

final def fromNotDefinedAt(arg: Any): Error

Partial function not defined at given argument error with an empty path

Partial function not defined at given argument error with an empty path

Value parameters

arg

argument where partial function is not defined for

Attributes

Since

0.7.0

final def fromString(message: String): Error

Custom string error with an empty path

Custom string error with an empty path

Value parameters

message

custom string error message

Attributes

Since

0.7.0

final def fromThrowable(throwable: Throwable): Error

Throwable error with an empty path

Throwable error with an empty path

Value parameters

throwable

custom throwable object

Attributes

Since

0.7.0