Execution Report Response
data class ExecutionReportResponse(val executionErrors: ValidationReportResponse, val framesReported: Int, val jobErrors: List<ImportErrorResponse>, val totalRowsCount: Int)
A resource that reports result of the import job execution.
Constructors
Link copied to clipboard
constructor(executionErrors: ValidationReportResponse, framesReported: Int, jobErrors: List<ImportErrorResponse>, totalRowsCount: Int)
Properties
Link copied to clipboard
Validation errors encountered during the execution of the import job.
Link copied to clipboard
Total number of asset frames reported for the import job.
Link copied to clipboard
List of job-level errors. Deprecated, use the job errors under execution_errors instead.
Link copied to clipboard
Total number of rows in the import job.