结构化错误回复
为了提供更好的消息和日志,密钥访问控制列表服务 (KACLS)
操作失败会在正文中返回结构化 JSON 回复。
系统使用标准 HTTP 状态代码。
JSON 表示法 |
{
"code": int,
"message": string,
"details": string
}
|
字段 |
code |
int
标准 HTTP 状态代码
|
message |
string (UTF-8)
直观易懂的错误消息。
|
details |
string (UTF-8)
有关错误的更多详细信息,例如堆栈轨迹。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["KACLS operation failures now return structured JSON responses for improved debugging."],["These JSON responses include an HTTP status code, a human-readable message, and detailed error information."],["This structure facilitates easier integration with automated systems and provides developers with more context for troubleshooting."]]],[]]