NotDefinedAt

io.scalaland.chimney.partial.ErrorMessage.NotDefinedAt
final case class NotDefinedAt(arg: Any) extends ErrorMessage

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

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

Members list

Value members

Inherited methods

final def asString: String

Returns string representation of error message

Returns string representation of error message

Attributes

Since

0.7.0

Inherited from:
ErrorMessage
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product