ConfigError
Home > @backstage/plugin-devtools-common
> ConfigError
Signature:
export type ConfigError = {
name: string;
message: string;
messages?: string[];
stack?: string;
};
Home > @backstage/plugin-devtools-common
> ConfigError
Signature:
export type ConfigError = {
name: string;
message: string;
messages?: string[];
stack?: string;
};