mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-12-04 03:59:02 +00:00
64 lines
1 KiB
JSON
64 lines
1 KiB
JSON
|
{
|
||
|
"status": 400,
|
||
|
"type": "bad_request",
|
||
|
"title": "Bad Request",
|
||
|
"detail": {
|
||
|
"error": {
|
||
|
"message": "Illegal TeX function",
|
||
|
"expected": [],
|
||
|
"found": "\\invalid",
|
||
|
"location": {
|
||
|
"start": {
|
||
|
"offset": 2,
|
||
|
"line": 1,
|
||
|
"column": 3
|
||
|
},
|
||
|
"end": {
|
||
|
"offset": 10,
|
||
|
"line": 1,
|
||
|
"column": 11
|
||
|
}
|
||
|
},
|
||
|
"name": "SyntaxError"
|
||
|
},
|
||
|
"success": false,
|
||
|
"warnings": [],
|
||
|
"status": "F",
|
||
|
"details": "\\invalid",
|
||
|
"offset": 2,
|
||
|
"line": 1,
|
||
|
"column": 3
|
||
|
},
|
||
|
"method": "POST",
|
||
|
"uri": "/texvcinfo",
|
||
|
"success": false,
|
||
|
"log": {
|
||
|
"error": {
|
||
|
"message": "Illegal TeX function",
|
||
|
"expected": [],
|
||
|
"found": "\\invalid",
|
||
|
"location": {
|
||
|
"start": {
|
||
|
"offset": 2,
|
||
|
"line": 1,
|
||
|
"column": 3
|
||
|
},
|
||
|
"end": {
|
||
|
"offset": 10,
|
||
|
"line": 1,
|
||
|
"column": 11
|
||
|
}
|
||
|
},
|
||
|
"name": "SyntaxError"
|
||
|
},
|
||
|
"success": false,
|
||
|
"warnings": [],
|
||
|
"status": "F",
|
||
|
"details": "\\invalid",
|
||
|
"offset": 2,
|
||
|
"line": 1,
|
||
|
"column": 3
|
||
|
},
|
||
|
"error": "SyntaxError: Illegal TeX function"
|
||
|
}
|