CatalogSyncError interface

An individual synchronization error.

Properties

errorDetails

Errors associated with the file. NOTE: This property will not be serialized. It can only be populated by the server.

path

The path of the file the error is associated with. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

errorDetails

Errors associated with the file. NOTE: This property will not be serialized. It can only be populated by the server.

errorDetails?: CatalogErrorDetails[]

Property Value

path

The path of the file the error is associated with. NOTE: This property will not be serialized. It can only be populated by the server.

path?: string

Property Value

string