Erforderlich. Die Fehlerdetails für die Ressource.
errorCount
integer
Erforderlich. die Gesamtzahl der Fehler für die Ressource Die Kürzung kann mit einem errorCount angegeben werden, der größer als die Größe von errorDetails ist.
ErrorDetail
Liefert Details zu Fehlern, z. B. Probleme, die bei der Verarbeitung einer Unteraufgabe aufgetreten sind.
Erforderlich. Beschreibt die Fehlerursache mit strukturierten Details.
ErrorLocation
Enthält Informationen zum Speicherort des Fehlers
JSON-Darstellung
{"line": integer,"column": integer}
Felder
line
integer
Optional. Gibt gegebenenfalls die Zeile an, in der der Fehler aufgetreten ist. Ein Wert von null bedeutet, dass keine Zeileninformationen vorhanden sind.
column
integer
Optional. Gibt gegebenenfalls die Spalte an, in der der Fehler aufgetreten ist. Ein Wert von null bedeutet, dass keine Spalteninformationen vorhanden sind.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-05-23 (UTC)."],[[["This document outlines the structure for representing errors and their locations within resources, detailing the JSON formats for each."],["The `resourceInfo`, `errorDetails`, and `errorCount` fields are used to convey error information, including the affected resource, specific error details, and the total number of errors."],["`ErrorDetail` provides specific details about each error, utilizing `location` and `errorInfo` to pinpoint the error's placement and its structured cause description."],["`ErrorLocation` specifies the exact position of an error, such as `line` and `column` numbers, when applicable, within the resource where the error has occurred."]]],[]]