跳至主要内容

HTTP 503

服务暂时不可用

SERVICE_TEMPORARILY_UNAVAILABLE
DETAIL

业务处理能力当前无法安全接受本次请求。

NEXT STEP

仅在响应 retryable=true 时,使用同一业务参数并按退避策略有界重试。

RESPONSE503
{
  "type": "https://lynsey.cn/api/docs/errors/service_temporarily_unavailable",
  "title": "服务暂时不可用",
  "status": 503,
  "code": "SERVICE_TEMPORARILY_UNAVAILABLE",
  "request_id": "req_…",
  "retryable": true
}
错误处理