ErrorDisplayProps
Home > @backstage/frontend-plugin-api
> ErrorDisplayProps
Signature:
export type ErrorDisplayProps = {
plugin?: FrontendPlugin;
error: Error;
resetError: () => void;
};
References: FrontendPlugin
Home > @backstage/frontend-plugin-api
> ErrorDisplayProps
Signature:
export type ErrorDisplayProps = {
plugin?: FrontendPlugin;
error: Error;
resetError: () => void;
};
References: FrontendPlugin