Mollie unavailable
type | https://docs.frem.sh/reference/api/errors/mollie-unavailable |
| HTTP status | 502 Bad Gateway |
What it means
An upstream dependency returned an error.
Example detail messages returned with this error:
- Payments are temporarily unavailable. Try again shortly.
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/mollie-unavailable",
"title": "Bad Gateway",
"status": 502,
"detail": "..."
}Branch on type, not on title or detail - those are human-readable and may be reworded.