Refund unavailable
type | https://docs.frem.sh/reference/api/errors/refund-unavailable |
| HTTP status | 409 Conflict |
What it means
The request conflicts with the resource’s current state.
Example detail messages returned with this error:
- Refund not available: {outcome.reason}{outcome.detail ? ’ ({outcome.detail})’ : ‘’}.
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/refund-unavailable",
"title": "Conflict",
"status": 409,
"detail": "..."
}Branch on type, not on title or detail - those are human-readable and may be reworded.