AbsorbedConversionError

class AbsorbedConversionError(val path: String, val from: String, val to: String, val cause: Throwable) : MappingDegradation

A broken value absorbed into null/default at a nullable or defaulted landing site.

Constructors

Link copied to clipboard
constructor(path: String, from: String, to: String, cause: Throwable)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val path: String

Field path from the mapping root, e.g. "items3" or "prices\"usd\"".

Link copied to clipboard
val to: String

Functions

Link copied to clipboard
open override fun toString(): String