Seat change unavailable
type | https://docs.frem.sh/reference/api/errors/seat-change-unavailable |
| HTTP status | 503 Service Unavailable |
What it means
A dependency is temporarily unavailable.
Example detail messages returned with this error:
- Seat-cap mutation is not wired in this deployment.
What to do
Transient. Retry with backoff. If it persists check status.frem.sh or email support@frem.sh.
Response shape
All fremforge API errors are RFC 9457 problem+json:
{
"type": "https://docs.frem.sh/reference/api/errors/seat-change-unavailable",
"title": "Service Unavailable",
"status": 503,
"detail": "..."
}Branch on type, not on title or detail - those are human-readable and may be reworded.