File Validation Report Response
data class FileValidationReportResponse(val fileErrors: List<ImportErrorResponse>, val fileName: String, val partialReport: Boolean, val rowErrors: List<ImportRowErrorResponse>)
A resource that aggregates the validation errors found in an import job file.
Constructors
Link copied to clipboard
constructor(fileErrors: List<ImportErrorResponse>, fileName: String, partialReport: Boolean, rowErrors: List<ImportRowErrorResponse>)