CatalogConflictError interface
An individual conflict error.
Properties
name | Name of the conflicting catalog item. NOTE: This property will not be serialized. It can only be populated by the server. |
path | The path of the file that has a conflicting name. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
name
Name of the conflicting catalog item. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
path
The path of the file that has a conflicting name. NOTE: This property will not be serialized. It can only be populated by the server.
path?: string
Property Value
string