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)."],[[["\u003cp\u003eThis document outlines the structure for representing errors and their locations within resources, detailing the JSON formats for each.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresourceInfo\u003c/code\u003e, \u003ccode\u003eerrorDetails\u003c/code\u003e, and \u003ccode\u003eerrorCount\u003c/code\u003e fields are used to convey error information, including the affected resource, specific error details, and the total number of errors.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eErrorDetail\u003c/code\u003e provides specific details about each error, utilizing \u003ccode\u003elocation\u003c/code\u003e and \u003ccode\u003eerrorInfo\u003c/code\u003e to pinpoint the error's placement and its structured cause description.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eErrorLocation\u003c/code\u003e specifies the exact position of an error, such as \u003ccode\u003eline\u003c/code\u003e and \u003ccode\u003ecolumn\u003c/code\u003e numbers, when applicable, within the resource where the error has occurred.\u003c/p\u003e\n"]]],[],null,["# ResourceErrorDetail\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ErrorDetail](#ErrorDetail)\n - [JSON representation](#ErrorDetail.SCHEMA_REPRESENTATION)\n- [ErrorLocation](#ErrorLocation)\n - [JSON representation](#ErrorLocation.SCHEMA_REPRESENTATION)\n\nProvides details for errors and the corresponding resources.\n\nErrorDetail\n-----------\n\nProvides details for errors, e.g. issues that where encountered when processing a subtask.\n\nErrorLocation\n-------------\n\nHolds information about where the error is located."]]