ModuleStartupResult.failure
Home > @backstage/backend-app-api > ModuleStartupResult > failure
If the startup failed, this contains information about the failure.
Signature:
failure?: {
error: Error;
allowed: boolean;
};
Home > @backstage/backend-app-api > ModuleStartupResult > failure
If the startup failed, this contains information about the failure.
Signature:
failure?: {
error: Error;
allowed: boolean;
};