ValidationErrorResponse

data class ValidationErrorResponse(val errorMessages: List<String>, val recordIndex: Int? = null)

Describes an error encountered in the file during validation.

Constructors

Link copied to clipboard
constructor(errorMessages: List<String>, recordIndex: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of descriptions of the error.

Link copied to clipboard
val recordIndex: Int? = null

The number of the record that has the error.