HTTP 状态代码
    
    
      
    
    
      
      使用集合让一切井井有条
    
    
      
      根据您的偏好保存内容并对其进行分类。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
 服务器可以响应 HTTP POST 或 HTTP GET 请求而生成的 HTTP 状态代码:
  
    - 200 OK:成功的请求。
- 400 Bad Request:无效参数(无效请求负载)。
- 403 Forbidden:权限被拒绝(例如:无效的 API 密钥)。
- 429 Resource Exhausted:资源配额不足或达到速率限制。
- 500 Internal Server Error:内部服务器错误(重试您的请求)。
- 503 Service Unavailable:不可用。
- 504 Gateway Timeout:已超过截止时间(请重试您的请求)。
注意:收到失败的 HTTP 响应(即除 200 OK 以外的任何 HTTP 状态代码)的客户端必须进入退避模式。
收到 HTTP 状态代码 400 Bad Request 的可能原因:
  
 
  
  
  
 
  
    
    
      
       
    
    
  
  
  如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
  最后更新时间 (UTC):2025-07-25。
  
  
  
    
      [null,null,["最后更新时间 (UTC):2025-07-25。"],[],["The server responds to HTTP `POST` or `GET` requests with various status codes.  `200 OK` indicates success. Errors include `400 Bad Request` for invalid input, `403 Forbidden` for permission issues, `429 Resource Exhausted` for quota/rate limits, `500` for internal errors, `503` for unavailability, and `504` for timeouts. A non-`200 OK` response requires clients to enter back-off mode. `400` errors may occur due to invalid hashes, empty update requests, or missing threat information.\n"]]