ErrorApiError
Home > @backstage/core-plugin-api
> ErrorApiError
Mirrors the JavaScript Error class, for the purpose of providing documentation and optional fields.
Signature:
export type ErrorApiError = {
name: string;
message: string;
stack?: string;
};