(f.getValue()==null ? "" : Err.wrap(f.getValue(), Err.VALUE) + " ") +
"of the type "
+ typeLabel.getDescription());
}
} else {
if (!f.testAtomicValue(primitiveValue)) {
return new DynamicError(
"Value " + Err.wrap(displayValue(), Err.VALUE) + " violates the " +
f.getName() + " facet " +
(f.getValue()==null ? "" : Err.wrap(f.getValue(), Err.VALUE) + " ") +
"of the type "