ImportErrorResponse

data class ImportErrorResponse(val errorDetails: String, val severity: String)

A resource that reports the errors encountered while processing an import job.

Constructors

Link copied to clipboard
fun ImportErrorResponse(errorDetails: String, severity: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error information.

Link copied to clipboard

The severity of the error.