Skip to main content

processingResult

Home > @backstage/plugin-catalog-backend > processingResult

Warning: This API is now obsolete.

import from @backstage/plugin-catalog-node instead

Signature:

processingResult: Readonly<{
readonly notFoundError: (atLocation: _LocationSpec, message: string) => _CatalogProcessorResult;
readonly inputError: (atLocation: _LocationSpec, message: string) => _CatalogProcessorResult;
readonly generalError: (atLocation: _LocationSpec, message: string) => _CatalogProcessorResult;
readonly location: (newLocation: _LocationSpec) => _CatalogProcessorResult;
readonly entity: (atLocation: _LocationSpec, newEntity: import("@backstage/catalog-model").Entity) => _CatalogProcessorResult;
readonly relation: (spec: _EntityRelationSpec) => _CatalogProcessorResult;
readonly refresh: (key: string) => _CatalogProcessorResult;
}>