Opensearch dashboards.savedobjectsimportambiguousconflicterror
Home > opensearch-dashboards > SavedObjectsImportAmbiguousConflictError
SavedObjectsImportAmbiguousConflictError interface
Represents a failure to import due to a conflict, which can be resolved in different ways with an overwrite.
Signature:
export interface SavedObjectsImportAmbiguousConflictError
Properties
| Property | Type | Description |
|---|---|---|
| destinations | Array<{ id: string; title?: string; updatedAt?: string; }> | |
| type | 'ambiguous_conflict' |