Ai disabled
type | https://docs.frem.sh/reference/api/errors/ai-disabled |
| HTTP status | 503 Service Unavailable |
What it means
A dependency is temporarily unavailable.
Example detail messages returned with this error:
- AI gateway is not configured on this instance.
- AI gateway is not configured on this instance (no master encryption key).
- AI gateway is not configured on this instance (no master encryption key).
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/ai-disabled",
"title": "Service Unavailable",
"status": 503,
"detail": "..."
}Branch on type, not on title or detail - those are human-readable and may be reworded.