Understanding and parsing validation errors in mapping results
errors
property, providing detailed information about any data quality issues or schema violations.
ValidationErrorDetail
objects:
pattern
: Value doesn’t match the required patternrequired
: Required field is missingtype
: Value doesn’t match the expected typeenum
: Value isn’t one of the allowed optionsarray
: Array validation failuresduplicate
: Duplicate value where uniqueness is requiredcustom
: Custom validation rule failuresunknown
: Unrecognized validation issuesunsupported_*
types for special handling