CatalogProcessorErrorResult
Home > @backstage/plugin-catalog-node
> CatalogProcessorErrorResult
Signature:
export type CatalogProcessorErrorResult = {
type: 'error';
error: Error;
location: LocationSpec;
};
References: LocationSpec
Home > @backstage/plugin-catalog-node
> CatalogProcessorErrorResult
Signature:
export type CatalogProcessorErrorResult = {
type: 'error';
error: Error;
location: LocationSpec;
};
References: LocationSpec