CatalogConflictErrorResponse

data class CatalogConflictErrorResponse(val name: String, val path: String)

An individual conflict error.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the conflicting catalog item.

Link copied to clipboard

The path of the file that has a conflicting name.