Logs purged
type | https://docs.frem.sh/reference/api/errors/logs-purged |
| HTTP status | 410 Gone |
What it means
The resource existed and is permanently gone.
Example detail messages returned with this error:
- Logs have been purged by the cleanup job.
What to do
The action-run logs for this run are past their retention window and no longer exist.
Response shape
All fremforge API errors are RFC 9457 problem+json:
{
"type": "https://docs.frem.sh/reference/api/errors/logs-purged",
"title": "Gone",
"status": 410,
"detail": "..."
}Branch on type, not on title or detail - those are human-readable and may be reworded.