Začínáme · Chyby
Plánovaná údržba
API je dočasně nedostupné kvůli plánované údržbě.
503
SERVICE_MAINTENANCEPříčina
- Probíhá údržba; chybu vracejí všechny cesty /v1 kromě GET /v1/status.
Řešení
- Vyčkejte počet sekund z Retry-After a požadavek zopakujte.
- GET /v1/status zůstává dostupný a uvádí začátek, konec a popis údržby.
Příklad odpovědi
503application/problem+json
{
"type": "https://developers.coinero.cz/errors/service-maintenance",
"title": "Service maintenance",
"status": 503,
"code": "SERVICE_MAINTENANCE",
"detail": "The API is temporarily unavailable because of planned maintenance. Retry after the number of seconds given in the Retry-After response header; the /v1/status endpoint keeps responding and reports the maintenance window.",
"requestId": "0HN7GK4L2M9PQ"
}