CatalogSyncErrorResponse

data class CatalogSyncErrorResponse(val errorDetails: List<CatalogErrorDetailsResponse>, val path: String)

An individual synchronization error.

Constructors

Link copied to clipboard
constructor(errorDetails: List<CatalogErrorDetailsResponse>, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Errors associated with the file.

Link copied to clipboard

The path of the file the error is associated with.