ErrorDetails
Enthält zusätzliche Informationen dazu, warum die Anfrage fehlgeschlagen ist.
JSON-Darstellung |
{
"errorCode": enum (ErrorCode )
} |
Felder |
errorCode |
enum (ErrorCode )
Spezifischer Fehlercode, der angibt, was schiefgelaufen ist.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-15 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-10-15 (UTC)."],[[["This documentation details the JSON representation of additional information when a request fails."],["The representation includes an `errorCode` field, which uses an enum to specify the type of error encountered."],["The `errorCode` field helps developers understand the reason for the request failure by providing a specific error code from the `ErrorCode` enum."]]],["The content details the JSON structure for conveying error information. It specifies a single field, `errorCode`, which is an enumerated value. This `errorCode` field, defined by the `ErrorCode` enum, provides a specific code detailing the nature of the failure that occurred during the request. The representation is provided through a JSON object with the key `errorCode`.\n"]]