Rose error alert with the failed run id, relative time, a retry button, and a monospaced step and error-code panel plus explanation message.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Automation15 } from "@/components/beste/piece/automation15";
<Automation15
failedLabel="Run failed"
runId="run_8a2k"
ago="3m ago"
retryLabel="Retry"
stepFieldLabel="step"
stepLabel="Send email"
errorFieldLabel="error"
errorCode="401 Unauthorized"
message="Gmail API returned an expired OAuth token."
/>