Skip to main content

Revoke failed

typehttps://docs.frem.sh/reference/api/errors/revoke-failed
HTTP status502 Bad Gateway

What it means

An upstream dependency returned an error.

Example detail messages returned with this error:

  • Could not revoke the Renovate bot. The disable has not taken effect.

What to do

An upstream call failed. Retry with backoff; persistent failures are worth reporting to support@frem.sh.

Response shape

All fremforge API errors are RFC 9457 problem+json:

{
  "type": "https://docs.frem.sh/reference/api/errors/revoke-failed",
  "title": "Bad Gateway",
  "status": 502,
  "detail": "..."
}

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