Skip to content

Opensearch dashboards.savedobjectsimporterror

Home > opensearch-dashboards > SavedObjectsImportError

SavedObjectsImportError interface

Represents a failure to import.

Signature:

export interface SavedObjectsImportError 

Properties

Property Type Description
error SavedObjectsImportConflictError | SavedObjectsImportAmbiguousConflictError | SavedObjectsImportUnsupportedTypeError | SavedObjectsImportMissingReferencesError | SavedObjectsImportUnknownError
id string
meta { title?: string; icon?: string; }
overwrite? boolean (Optional) If overwrite is specified, an attempt was made to overwrite an existing object.
title? string (Optional)
type string