ErrorWithContext
Home > @backstage/test-utils > ErrorWithContext
ErrorWithContext contains error and ErrorApiErrorContext
Signature:
export type ErrorWithContext = {
    error: ErrorApiError;
    context?: ErrorApiErrorContext;
};
References: ErrorApiError, ErrorApiErrorContext