DuplicateKey

class DuplicateKey(val path: String, val key: String) : MappingDegradation

Two source keys converged on the same target key; last write wins.

Constructors

Link copied to clipboard
constructor(path: String, key: String)

Properties

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

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

Functions

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