mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-12-12 07:55:11 +00:00
34 lines
578 B
JSON
34 lines
578 B
JSON
|
{
|
||
|
"type": "https://mediawiki.org/wiki/HyperSwitch/errors/bad_request",
|
||
|
"title": "Bad Request",
|
||
|
"method": "POST",
|
||
|
"detail": {
|
||
|
"error": {
|
||
|
"message": "Illegal TeX function",
|
||
|
"expected": [],
|
||
|
"found": "\\newcommand",
|
||
|
"location": {
|
||
|
"start": {
|
||
|
"offset": 4,
|
||
|
"line": 1,
|
||
|
"column": 5
|
||
|
},
|
||
|
"end": {
|
||
|
"offset": 15,
|
||
|
"line": 1,
|
||
|
"column": 16
|
||
|
}
|
||
|
},
|
||
|
"name": "SyntaxError"
|
||
|
},
|
||
|
"success": false,
|
||
|
"warnings": [],
|
||
|
"status": "F",
|
||
|
"details": "\\newcommand",
|
||
|
"offset": 4,
|
||
|
"line": 1,
|
||
|
"column": 5
|
||
|
},
|
||
|
"uri": "/texvcinfo"
|
||
|
}
|