ConnectorMappingErrorManagementResponse

data class ConnectorMappingErrorManagementResponse(val errorLimit: Int? = null, val errorManagementType: String)

The error management.

Constructors

Link copied to clipboard
constructor(errorLimit: Int? = null, errorManagementType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errorLimit: Int? = null

The error limit allowed while importing data.

Link copied to clipboard

The type of error management to use for the mapping.