Files
opentf/internal/command/jsonentities/testdata/diagnostic/error-with-source-code-subject-but-no-context.json
2025-07-14 14:12:03 -03:00

27 lines
468 B
JSON

{
"severity": "error",
"summary": "Nonsense input",
"detail": "What you wrote makes no sense",
"range": {
"filename": "short.tf",
"start": {
"line": 1,
"column": 5,
"byte": 4
},
"end": {
"line": 1,
"column": 10,
"byte": 9
}
},
"snippet": {
"context": null,
"code": "bad source code",
"start_line": 1,
"highlight_start_offset": 4,
"highlight_end_offset": 9,
"values": []
}
}