ErrorMessage

io.scalaland.chimney.partial.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

Classlikes

case object EmptyValue extends ErrorMessage

Represents empty value error

Represents empty value error

Attributes

Since

0.7.0

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ErrorMessage
class Object
trait Matchable
class Any
Show all
Self type
EmptyValue.type
final case class NotDefinedAt(arg: Any) extends ErrorMessage

Represents partial function is not defined for specific argument error

Represents partial function is not defined for specific argument error

Value parameters

arg

argument where partial function is not defined for

Attributes

Since

0.7.0

Supertypes
trait Serializable
trait Product
trait Equals
trait ErrorMessage
class Object
trait Matchable
class Any
Show all
final case class StringMessage(message: String) extends ErrorMessage

Represents custom string error

Represents custom string error

Value parameters

message

custom string error message

Attributes

Since

0.7.0

Supertypes
trait Serializable
trait Product
trait Equals
trait ErrorMessage
class Object
trait Matchable
class Any
Show all
final case class ThrowableMessage(throwable: Throwable) extends ErrorMessage

Represents throwable error

Represents throwable error

Value parameters

throwable

custom throwable object

Attributes

Since

0.7.0

Supertypes
trait Serializable
trait Product
trait Equals
trait ErrorMessage
class Object
trait Matchable
class Any
Show all

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