Skip to main content

Siem unavailable

typehttps://docs.frem.sh/reference/api/errors/siem-unavailable
HTTP status503 Service Unavailable

What it means

A dependency is temporarily unavailable.

Example detail messages returned with this error:

  • SIEM forwarding is not wired in this deployment.
  • SIEM forwarding 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/siem-unavailable",
  "title": "Service Unavailable",
  "status": 503,
  "detail": "..."
}

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