Human-readable summary of the failure.
The last raw text the LLM produced before we gave up.
Optional validationErrors: ZodError<unknown>Zod validation issues from the final attempt.
Readonly nameThe name of this error class, useful for instanceof checks across realms.
Readonly rawThe raw text returned by the LLM on the final attempt.
Optional Readonly validationZod validation error details from the last parse attempt, if available.
Thrown when structured output generation fails after exhausting all retries.
Captures both the raw LLM output and the Zod validation issues so callers can inspect what went wrong and surface useful diagnostics.
Example