Skip to main content

Internal tenant

typehttps://docs.frem.sh/reference/api/errors/internal-tenant
HTTP status409 Conflict

What it means

The request conflicts with the resource’s current state.

Example detail messages returned with this error:

  • This org is operator-managed (plan=internal); billing changes go through the operator console.
  • This org is operator-managed (plan=internal).
  • This org is operator-managed (plan=internal).

What to do

This tenant is operator-managed and cannot be changed through the public API.

Response shape

All fremforge API errors are RFC 9457 problem+json:

{
  "type": "https://docs.frem.sh/reference/api/errors/internal-tenant",
  "title": "Conflict",
  "status": 409,
  "detail": "..."
}

Branch on type, not on title or detail - those are human-readable and may be reworded.