Run Failed

Rose error alert with the failed run id, relative time, a retry button, and a monospaced step and error-code panel plus explanation message.

Run failed
run_8a2k· 3m ago
stepSend email
error401 Unauthorized
Gmail API returned an expired OAuth token.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
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."
/>