UnprocessedEntityError
Home > @backstage/plugin-catalog-unprocessed-entities-common > UnprocessedEntityError
Unprocessed entity error information stored in the database.
Signature:
export type UnprocessedEntityError = {
name: string;
message: string;
cause: {
name: string;
message: string;
stack: string;
};
};