storage.tier_switch_failed
The storage tier switch failed due to an internal database or outbox write error.
storage.tier_switch_failed is returned when the internal database write or outbox event for a storage tier change fails. This is a transient error. Note that wallet debits for upgrades are applied separately, so verify the wallet and the current tier after recovery.
A database write or outbox publish error occurred during the tier flip. The underlying error is logged server-side.
Check the current tier via GET /v1/storage/tier before retrying. Retry with exponential backoff if the tier has not changed.
{
"error": {
"code": "storage.tier_switch_failed",
"message": "storage tier change failed",
"request_id": "req_01900000abc"
}
}