結構化錯誤回覆
    
    
      
    
    
      
      透過集合功能整理內容
    
    
      
      你可以依據偏好儲存及分類內容。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
為了提供更優質的訊息和記錄,金鑰存取控制清單服務 (KACLS)
作業失敗會在內文中傳回結構化的 JSON 回覆。
系統會使用標準 HTTP 狀態碼。
  
    
      
        | JSON 表示法 | 
      
    
    
      
        
          
{
  "code": int,
  "message": string,
  "details": string
}
         | 
      
    
  
  
    
      
        | 欄位 | 
      
    
    
      
        code | 
        
           int 
          標準 HTTP 狀態碼 
         | 
      
      
        message | 
        
           string (UTF-8) 
          使用者可理解的錯誤訊息。 
         | 
      
      
        details | 
        
           string (UTF-8) 
          錯誤的詳細資料,例如堆疊追蹤。 
         | 
      
    
  
  
  
  
 
  
    
    
      
       
    
    
  
  
  除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
  上次更新時間:2025-07-25 (世界標準時間)。
  
  
  
    
      [null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],["KACLS operation failures now return a structured JSON response in the body, using standard HTTP status codes. The JSON format includes three fields: `code` (an integer representing the HTTP status), `message` (a human-readable error string), and `details` (a string providing further information like a stack trace). This structured format improves the quality of error messages and logs.\n"]]