FileValidationReportResponse

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
fun FileValidationReportResponse(fileErrors: List<ImportErrorResponse>, fileName: String, partialReport: Boolean, rowErrors: List<ImportRowErrorResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of file level errors.

Link copied to clipboard

The name of the file.

Link copied to clipboard

Flag indicating that processing was aborted due to maximum number of errors.

Link copied to clipboard

Partial list of rows that encountered validation error.