in server/src/errorUtils.ts [6:8]
export function formatError(error: Error): string { return JSON.stringify(formatErrorMetadata(error), null, 4); }