hasCatalogProcessingErrors()
Home > @backstage/plugin-catalog
> hasCatalogProcessingErrors
Returns true if the given entity has any processing errors on it.
Signature:
function hasCatalogProcessingErrors(entity: Entity, context: {
apis: ApiHolder;
}): Promise<boolean>;
Parameters
Parameter |
Type |
Description |
---|---|---|
entity | ||
context |
{ apis: ApiHolder; } |
Promise<boolean>