Skip to main content
Version: Next

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

Constructor

Modifiers

Description

(constructor)(message, cause)

Constructs a new instance of the MissingIndexError class

Properties

Property

Modifiers

Type

Description

cause?

readonly

Error | undefined

(Optional) An inner error that caused this error to be thrown, if any.