ValidationReportResponse

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

A resource that aggregates errors across import job files.

Constructors

Link copied to clipboard
constructor(fileValidations: List<FileValidationReportResponse>, jobErrors: List<ImportErrorResponse>)

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.