SkipNonUniqueValueError
Exception indicating a key did not have a unique value.
Some collections are used to associate each key to a unique value.
When this expectation is not met (a key is associated to either zero or multiple values), operations such as getUnique
throw SkipNonUniqueValueError
.