ValidationReportResponse

data class ValidationReportResponse(val fileValidations: List<FileValidationReportResponse>, val jobErrors: List<ImportErrorResponse>)

A resource that aggregates errors across import job files.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of errors found in files.

Link copied to clipboard

List of job level errors.