Skip to main content

MissingIndexError

Home > @backstage/plugin-search-backend-node > MissingIndexError

Failed to query documents for index that does not exist.

Signature:

class MissingIndexError extends Error 

Extends: Error

Constructors

ConstructorModifiersDescription
(constructor)(message, cause)Constructs a new instance of the MissingIndexError class

Properties

PropertyModifiersTypeDescription
cause?readonlyError | undefined(Optional) An inner error that caused this error to be thrown, if any.