結構化錯誤回覆
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
為提供更完善的訊息和記錄,金鑰存取控管清單服務 (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 和/或其關聯企業的註冊商標。
上次更新時間:2026-01-27 (世界標準時間)。
[null,null,["上次更新時間:2026-01-27 (世界標準時間)。"],[],["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"]]