ErrorResponseLog
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"code": enum (Code ),
"httpStatusCode": integer,
"message": string,
"details": [
{
"@type": string,
field1: ...,
...
}
]
} |
字段 |
code |
enum (Code )
错误的规范代码。
|
httpStatusCode |
integer
错误响应的 HTTP 状态代码。
|
message |
string
返回给客户端的错误消息。
|
details[] |
object
如需详细了解该错误,请参阅 https://cloud.google.com/apis/design/errors。 此对象可以包含任意类型的字段。附加字段 "@type" 包含用于标示相应类型的 URI。示例:{ "id": 1234, "@type": "types.example.com/standard/id" } 。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-31。
[null,null,["最后更新时间 (UTC):2025-08-31。"],[],["The response contains error information represented in JSON format. Key fields include `code`, an enumerated canonical error code; `httpStatusCode`, the HTTP status; and `message`, the error text. Additionally, `details` provides further information about the error in an object format, with `@type` field that indicates the type of the error. Each field has a specific format and meaning.\n"],null,[]]